Apache2 only serves the first virtual host
I’m trying to add another virtual host, but for som reason. Apache2 only points to the first virtual host. The easiest way to fix this problem is to include 123456NameVirtualHost * # Include this line. <VirtualHost *> DocumentRoot /path/to/site ServerName www.yoursite.com </VirtualHost> in the conf file of apache2 Reference: http://alexking.org/blog/2007/11/01/apache-2-only-serves-first-virtual-host
Twitter
Facebook