httpd is stopped

pera

Verified User
Joined
Jul 29, 2004
Messages
88
Location
Sweden / Varberg
Have tryid to fix the problem for many hour.

www# /usr/local/etc/rc.d/httpd start
Starting httpd: [ OK ]
www# [Wed Jan 18 02:03:28 2006] [warn] module perl_module is already loaded, skipping

www# /usr/local/etc/rc.d/httpd status
/usr/sbin/httpd is stopped

what to do?
 
solution

In /var/log/httpd/error_log

[Wed Jan 18 03:07:47 2006] [crit] (48)Address already in use: make_sock: could not bind to port 8090
[Wed Jan 18 03:09:12 2006] [crit] (48)Address already in use: make_sock: could not bind to port 8090
[Wed Jan 18 03:14:23 2006] [notice] caught SIGTERM, shutting down
[Wed Jan 18 03:14:26 2006] [error] Cannot remove module mod_perl.c: not found in module list
[Wed Jan 18 03:14:27 2006] [notice] Apache/1.3.34 (Unix) mod_ssl/2.8.25 OpenSSL/0.9.7d PHP/4.4.2 FrontPage/5.0.2.2510 configured -- resuming normal operations
[Wed Jan 18 03:14:27 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Wed Jan 18 03:14:27 2006] [notice] Accept mutex: flock (Default: flock)


I open port 8090 i firewall an now its working!!!
Have not changed firewall for over one year....

was ready to call john...
 
Same thing happened to me today.

Put the error into Google, and the first item that comes up is: http://help.directadmin.com/item.php?id=31

I updated httpd, but I don't see how this could affect it, since I updated httpd in October as well, and the DA help file is from 2004
 
Back
Top