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>
Seattle Facebook, OpenSocial, and Web Development
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 }