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>

{ 0 comments… add one now }

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>