When I run the /etc/init.d/apache2 restart command to restart the webserver, I get this warning:
Restarting web server: apache2[Sat Jan 09 23:27:46 2010] [warn] VirtualHost 188.40.153.18
5:443 overlaps with VirtualHost 188.40.153.185:443, the first has precedence, perhaps you
need a NameVirtualHost directive
[Sat Jan 09 23:27:46 2010] [warn] NameVirtualHost 188.40.153.190:80 has no VirtualHosts
[Sat Jan 09 23:27:46 2010] [warn] NameVirtualHost 188.40.153.190:443 has no VirtualHosts
... waiting .[Sat Jan 09 23:27:48 2010] [warn] VirtualHost 188.40.153.185:443 overlaps w
ith VirtualHost 188.40.153.185:443, the first has precedence, perhaps you need a NameVirt
ualHost directive
[Sat Jan 09 23:27:48 2010] [warn] NameVirtualHost 188.40.153.190:80 has no VirtualHosts
[Sat Jan 09 23:27:48 2010] [warn] NameVirtualHost 188.40.153.190:443 has no VirtualHosts
.
There is an IP on my server that has no virtual host assigned. I guess that is not harmful because Apache works fine.
Or should I try to fix it?