Apache is going down every morning

bchapman

New member
Joined
May 3, 2007
Messages
1
I am seeing this in the error_log. The same thing is happening every day at the exact same time. There are a lot more child processes that it kills before getting SIGHUP but I can only list so many. I am running FC1 and Apache 2.0.47 on the web server (primary DNS), 1 mail server (secondary DNS), and one ftp server.



[Mon Apr 30 04:02:18 2007] [warn] child process 696 still did not exit, sending a SIGTERM
[Mon Apr 30 04:02:18 2007] [warn] child process 649 still did not exit, sending a SIGTERM
[Mon Apr 30 04:02:18 2007] [warn] child process 1218 still did not exit, sending a SIGTERM

-------------------------

[Mon Apr 30 04:26:04 2007] [notice] SIGHUP received. Attempting to restart
[Mon Apr 30 04:26:05 2007] [warn] module ssl_module is already loaded, skipping
[Mon Apr 30 04:26:06 2007] [notice] Digest: generating secret for digest authentication ...
[Mon Apr 30 04:26:06 2007] [notice] Digest: done
[Mon Apr 30 04:26:06 2007] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Mon Apr 30 04:26:06 2007] [notice] LDAP: SSL support unavailable
[Mon Apr 30 04:26:07 2007] [notice] Apache/2.0.47 (Fedora) configured -- resuming normal operations
 
I think DA does restart some services every morning.

Check in /etc/cron.daily directory for the files
 
Back
Top