Apache Virtual Host Notes

by admin on March 29, 2008

I can’t believe I figured this out, but it turns out if you’ve got two Virtual host entries with different server names


<VirtualHost 8.17.84.100:80>


only one server name will be recognized.


The fix is to use


<VirtualHost *:80>

wrote this post.

Leave a Comment