Can someone help me to understand why I receive the following errors when restarting my apache2 webserver:
[Fri Nov 09 09:46:43 2012] [warn] VirtualHost 172.30.30.12:443 overlaps with VirtualHost 172.30.30.12:443, the first has precedence, perhaps you need a NameVirtualHost directive
[Fri Nov 09 09:46:43 2012] [warn] VirtualHost 172.30.30.12:443 overlaps with VirtualHost 172.30.30.12:443, the first has precedence, perhaps you need a NameVirtualHost directive
The error always appears twice. What is a NameVirtualHost directive?
Thanks.
VirtualHost
s defined? – YseulteVirtualHost
s there. Do you use your web server, how did you configure it? You should have come across aVirtualHost
at some point – Yseulte