Click to See Complete Forum and Search --> : Virtual Hosts


WakeBDr
11-30-2000, 02:56 PM
I am running my apache and I have several hostnames that I use, but they all point to the same ip. I keep getting a warning when I start up Apache:

[warn] VirtualHost xxx.xxx.com:80 overlaps with VirtualHost yyy.yyy.com:80, the first has precedence, perhaps you need a NameVirtualHost directive

How do I fix this?

------------------
Your mouse has moved. Windows must reboot for the changes to take effect.

Sweede
11-30-2000, 03:39 PM
Originally posted by WakeBDr:
perhaps you need a NameVirtualHost directive

WakeBDr
11-30-2000, 03:43 PM
What does that mean? What do I need to do? That is why I posted that message because I don't know what that means.

[This message has been edited by WakeBDr (edited 30 November 2000).]

Sweede
11-30-2000, 03:51 PM
http://httpd.apache.org/docs/vhosts/name-based.html

WakeBDr
11-30-2000, 04:03 PM
Thanks...I got it!