apache 2 hangs on boot

decafranky

Verified User
Joined
Aug 22, 2004
Messages
120
Hi,

Moving a server to a new one (about 300 domains), this because apache 2.0.50 stops almost every day.

First apache 2.2.4 was running ok, after restoring some domains, still everything ok, but after restoring all domains apache won't start any more.

It just hangs on "Starting httpd...". No further output.

I used custombuild for apache 2 & php5.

[root@server custombuild]# /usr/sbin/apachectl graceful
httpd not running, trying to start
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs

If i kill the process who's using the apache ports, and start again apache, it still hangs on "Starting httpd ..."

Need help :-)
 
Maybe "too many open files". :) Try to search this forum for that.
 
Back
Top