PDA

View Full Version : Apache directives


pmm
07-13-2004, 05:43 PM
we have reviewed vhost.conf and httpd.conf and we are not able to it.help please

[Tue Jul 13 23:41:08 2004] [warn] VirtualHost 192.168.1.80:80 overlaps with VirtualHost 192.168.1.80:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Tue Jul 13 23:41:08 2004] [warn] VirtualHost 192.168.1.80:80 overlaps with VirtualHost 192.168.1.80:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Tue Jul 13 23:41:08 2004] [warn] VirtualHost 192.168.1.80:80 overlaps with VirtualHost 192.168.1.80:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Tue Jul 13 23:41:08 2004] [warn] VirtualHost 192.168.1.80:80 overlaps with VirtualHost 192.168.1.80:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Tue Jul 13 23:41:08 2004] [warn] VirtualHost 192.168.1.80:80 overlaps with VirtualHost 192.168.1.80:80, the first has precedence, perhaps you need a NameVirtualHost directive
[Tue Jul 13 23:41:08 2004] [warn] VirtualHost 192.168.1.80:80 overlaps with VirtualHost 192.168.1.80:80, the first has precedence, perhaps you need a NameVirtualHost directive

LeeJ
07-14-2004, 03:55 PM
This message is telling you that you need to place a named virtual host directive within your vhosts.conf file.

For some reason it is not there.