If I understand this correctly, Apache running on cPanel will do a graceful restart every 10 mins or so yet I'm not seeing this behavior.
I am seeing Apache catching a SIGTERM at what appears to be random times and doing a hard restart.
IMO, there is something wrong here.
Suggestions? Ideas??
I am seeing Apache catching a SIGTERM at what appears to be random times and doing a hard restart.
Code:
[Sun Jul 01 19:34:48 2012] [error] [client 196.217.xx.xx] File does not exist: {redacted}/public_html/customavatars/avatar22214_1.gif, referer: http://{redacted}/showthread.php?t=81233
[Sun Jul 01 19:34:55 2012] [notice] caught SIGTERM, shutting down
[Sun Jul 01 19:34:57 2012] [warn] RSA server certificate CommonName (CN) `{redacted}' does NOT match server name!?
[Sun Jul 01 19:34:57 2012] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun Jul 01 19:34:57 2012] [warn] RSA server certificate CommonName (CN) `{redacted}' does NOT match server name!?
[Sun Jul 01 19:34:57 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache/bin/suexec)
[Sun Jul 01 19:34:57 2012] [notice] ModSecurity for Apache/2.6.6 (http://www.modsecurity.org/) configured.
[Sun Jul 01 19:34:57 2012] [notice] ModSecurity: APR compiled version="1.4.5"; loaded version="1.4.5"
[Sun Jul 01 19:34:57 2012] [notice] ModSecurity: PCRE compiled version="8.21"; loaded version="8.21 2011-12-12"
[Sun Jul 01 19:34:57 2012] [notice] ModSecurity: LUA compiled version="Lua 5.1"
[Sun Jul 01 19:34:57 2012] [notice] ModSecurity: LIBXML compiled version="2.7.8"
[Sun Jul 01 19:34:58 2012] [warn] RSA server certificate CommonName (CN) `{redacted}' does NOT match server name!?
[Sun Jul 01 19:34:58 2012] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun Jul 01 19:34:58 2012] [warn] RSA server certificate CommonName (CN) `{redacted}' does NOT match server name!?
[Sun Jul 01 19:34:58 2012] [notice] Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4 PHP/5.3.13 configured -- resuming normal operations
Code:
Current Time: Sunday, 01-Jul-2012 19:35:04 GMT
Restart Time: Sunday, 01-Jul-2012 19:34:58 GMT
Parent Server Generation: 0
Server uptime: 6 seconds
Total accesses: 55 - Total Traffic: 3.2 MB
CPU Usage: u5.81 s.36 cu0 cs0 - 103% CPU load
9.17 requests/sec - 0.5 MB/second - 60.4 kB/request
19 requests currently being processed, 14 idle workers
Suggestions? Ideas??