PDA

View Full Version : Apache restarting every hour


kenzie
10-19-2006, 04:43 PM
My httpd died earlier today, so I went looking through my error_log to find out why, and noticed that Apache is being restarted every hour. Is this normal?

[Thu Oct 19 16:31:12 2006] [notice] SIGUSR1 received. Doing graceful restart
[Thu Oct 19 16:31:12 2006] [notice] Apache/1.3.33 (Unix) PHP/5.1.6 FrontPage/5.0.2.2510 mod_ssl/2.8.22 OpenSSL/0.9.7a configured -- resuming normal operations
[Thu Oct 19 16:31:12 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec)
[Thu Oct 19 16:31:12 2006] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Thu Oct 19 17:31:12 2006] [notice] SIGUSR1 received. Doing graceful restart
[Thu Oct 19 17:31:12 2006] [notice] Apache/1.3.33 (Unix) PHP/5.1.6 FrontPage/5.0.2.2510 mod_ssl/2.8.22 OpenSSL/0.9.7a configured -- resuming normal operations
[Thu Oct 19 17:31:12 2006] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec)
[Thu Oct 19 17:31:12 2006] [notice] Accept mutex: sysvsem (Default: sysvsem)

defunctiam
10-20-2006, 03:10 AM
It is -HUP signal sent for bandwidth logs not restart. Remove the file dsm-bwcheck in /etc/cron.hourly. I think that they taking it out of Lite version anyways. A answer posted to someone else asking already, but i can't find it.