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>
- Related Content by Tag
- apache