Check how Apache2 parses VHOSTS

Apache can be a bit picky with *:80 at times, so you might want to try 8.8.8.8:80 instead to see if it works better. Run

apachectl -t -D DUMP_VHOSTS

to see how Apache parses your configuration files.

You may also like...