• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Apache getting SIGTERM from watchdog

K

killedar

Guest
Apache is getting restarted every 25-30 minutes. This all it shows in the in the error log even at debug level.

[Mon May 01 18:46:36 2006] [info] removed PID file /etc/httpd/run/httpd.pid (pid=26923)
[Mon May 01 18:46:36 2006] [notice] caught SIGTERM, shutting down

I looked at several places. And found a causal relationship. if I don't monitor apache with watchdog then it stays up and don't gets this message and stays up. Was able to confirm this several times.

Apache gets restarted after this and stays up till next 25 minutes or so. Apache under server-services shows as running.
Under watchdog-services it shows as NOT running. Infact till watchdog kills apache once, it won't even show its status.

Any idea what is happening?
Using PSA 8.0 on FC4

thanks
 
Back
Top