Forum Moderators: phranque
<VirtualHost *>
ServerAdmin example@example.com
DocumentRoot Library/Apache2/htdocs/sites/example/public_html
ServerName example.com
</VirtualHost>
<VirtualHost *>
ServerAdmin example1@example1.com
DocumentRoot Library/usr/home/example1.com/public_html
ServerName example1.com
</VirtualHost>
<VirtualHost *>
ServerAdmin example2@example2.com
DocumentRoot Library/usr/home/example2.com/public_html
ServerName example2.com
</VirtualHost>
<VirtualHost *>
ServerAdmin example3@example3.com
DocumentRoot Library/usr/home/example3.com/public_html
ServerName example3.com
</VirtualHost>
Welcome to WebmasterWorld [webmasterworld.com]!
I hope one of our server-level configuration gurus will stop in and help you out. Things get a bit quiet here over the weekends, so it may be monday before we can get an authoritative answer for this and your other post.
We'll just hope it's not that long, but I wanted to roll out the welcome mat and say hello!
Jim
I'll take a stab at this one...
Have you tried it this way, with your IP & the port?
<VirtualHost 123.45.89.67:80>
This might help: Apache 2.0 Virtual Hosts [httpd.apache.org]
LisaB
One remote possibility is that the failing browsers have been set to use HTTP 1.0 rather than 1.1 and so do not send the host name (so no way to choose the right one), but I can't reproduce that type of problem with MSIE on Windows.
The actual config looks fine, I use basically the same (with Apache 1.3), works fine. I assume you have a "NameVirtualHost *" line somewhere earlier in the config.