On Sat, Nov 8, 2014 at 12:53 PM, Steve Matzura <s...@noisynotes.com> wrote:
> <VirtualHost theglobalvoice.info:80>

Don't put a hostname there. Use *:80 throughout if you don't care what
local interface was used (you don't).

That's why theglobalvoice.info steals all of your requests. It
resolves to the IP address all of your vhosts use, but is an exact
match compares to *:80.  If they were all *:80, it would come down to
the ServerName check the way you want.

-- 
Eric Covener
cove...@gmail.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to