Tag Archives: Apache

Apache and IIS on the same machine

There are some ways to have Apache and IIS running on the same machine. I choose that method where each server, IIS and Apache, listens on its own IP Address. That is a machine with two IP addresses (on a … Continue reading

Posted in IT | Tagged , , | Leave a comment

Apache multiple local virtual hosts on CentOS 7 Linux

Go to /etc/httpd/conf folder in order to edit the httpd.conf file. Find a line that sets the ServerName entry. Uncomment it (if it’s commented) and set it to a proper value. e.g. or There should be a DNS entry (somewhere … Continue reading

Posted in IT | Tagged , | Leave a comment