warnings on restart

Scubasteve

Verified User
Joined
Oct 1, 2006
Messages
33
anytime i restart httpd i get these, should i be concerned?

[rootuser]# /sbin/service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Fri Oct 13 17:06:22 2006] [warn] module perl_module is already loaded, skipping
[Fri Oct 13 17:06:22 2006] [warn] NameVirtualHost 66.103.149.179:80 has no VirtualHosts
[Fri Oct 13 17:06:22 2006] [warn] NameVirtualHost 66.103.149.179:443 has no VirtualHosts
[Fri Oct 13 17:06:22 2006] [warn] NameVirtualHost 66.103.149.180:80 has no VirtualHosts
[Fri Oct 13 17:06:22 2006] [warn] NameVirtualHost 66.103.149.180:443 has no VirtualHosts
[ OK ]
[rootuser]#
 
Hey,

The very short answeor is "No".

The perl_module is not an issue and the "no VirtualHosts" simple means there are no sites using those IPs.

David
 
Back
Top