Files to check
- /etc/apache2/ports.conf
- /etc/apache2/apache2.conf
Consider the ServerName to be "myserver". Check /etc/hosts for an entry
127.0.0.1 localhost
192.168.1.100 myserver.com myserver
...
(more…)
What is Virtual Hosting?
Virtual Hosting is a technique by which web servers can serve more than one domain name on the same server. It can also be a variation of serving different sites on the same IP but on different ports.
(more…)