I've set up two VitualHost entries at the end of my httpd-conf
file. The first one works just fine. The second one doesn't. Both
of the subdomains go to the first document directory.
Can anyone tell me what's wrong here? I've changed the
subdomains for security sake. Other than that, it is the same.
<VirtualHost *:80>
ServerAdmin fatkinson.DeleteThis@mishmash.com
DocumentRoot /www/vvv.mishmash.com/public_html/
ServerName mishmash.org
ErrorLog logs/dummy-host.example.com-error_log
CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost>
<VirtualHost *:80>
ServerAdmin fred.DeleteThis@wb4aej.com
DocumentRoot /www/vvv.wb4aej.com/public_html/
ServerName mishmash.org
ErrorLog logs/dummy-host.example.com-error_log
CustomLog logs/dummy-host.example.com-access_log common
</VirtualHost><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: NameVirtualHost * problem (Apache 2.0.46)