by Void Main » Sun Feb 08, 2004 12:52 pm
And you also changed the "NameVirtualHost"? I also notice you are using strange naming conventions, like a one part domain name. I don't know if that's screwing things up (addicted2tech with no second part like com, net, org, home, etc). I see it in your /etc/hosts, your /etc/resolv.conf, your "ServerName" directive at the top of your httpd.conf. It may work but I have never seen anyone do it that way. I think it's illegal (not in accordance with the RFCs) but I could be wrong on that. Just never seen it.
EDIT: I also noticed you didn't create a "<Directory xxx>" section for the second host. Find the '<Directory "/srv/www/htdocs">' section and make a copy of it but the second one should point to the directory of your second virtual host.