/var/log/messages
Processes using apache ports:
SeLinux (permissive mode)
What can be causing it?
Edit: I'm using Apache 2.0.55 and PHP 4.4.0
Thanks in advance,
Oct 29 22:11:01 host httpd: httpd shutdown succeeded
Oct 29 22:11:01 host httpd: [Sat Oct 29 22:11:01 2005] [warn] NameVirtualHost 64.92.174.59:80 has no VirtualHosts
Oct 29 22:11:01 host httpd: [Sat Oct 29 22:11:01 2005] [warn] NameVirtualHost 64.92.174.59:443 has no VirtualHosts
Oct 29 22:11:01 host httpd: [Sat Oct 29 22:11:01 2005] [warn] NameVirtualHost 64.92.174.62:80 has no VirtualHosts
Oct 29 22:11:01 host httpd: [Sat Oct 29 22:11:01 2005] [warn] NameVirtualHost 64.92.174.62:443 has no VirtualHosts
Oct 29 22:11:01 host httpd: [Sat Oct 29 22:11:01 2005] [warn] NameVirtualHost 64.92.174.60:80 has no VirtualHosts
Oct 29 22:11:01 host httpd: [Sat Oct 29 22:11:01 2005] [warn] NameVirtualHost 64.92.174.60:443 has no VirtualHosts
Oct 29 22:11:01 host httpd: [Sat Oct 29 22:11:01 2005] [warn] NameVirtualHost 64.92.174.61:80 has no VirtualHosts
Oct 29 22:11:01 host httpd: [Sat Oct 29 22:11:01 2005] [warn] NameVirtualHost 64.92.174.61:443 has no VirtualHosts
Oct 29 22:11:01 host httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:443
Oct 29 22:11:01 host httpd: no listening sockets available, shutting down
Processes using apache ports:
[root@host log]# netstat -lnp | grep 443
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 31677/exim
[root@host log]# netstat -lnp | grep 80
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 31677/exim
SeLinux (permissive mode)
What can be causing it?
Edit: I'm using Apache 2.0.55 and PHP 4.4.0
Thanks in advance,
Last edited: