Apache stop responding,

2 posts / 0 new
Last post
#1 Sat, 12/29/2012 - 20:09
anthonyinit2012

Apache stop responding,

Hi server stop responding heavy load please help, here is some screen of my control panel. for 2 days everything runs well suddenly this happens

http://i45.tinypic.com/263a1j8.jpg

Apache error,

[Sun Dec 30 02:42:11 2012] [error] FastCGI process 870 still did not exit, terminating forcefully [Sun Dec 30 02:42:11 2012] [error] FastCGI process 429 still did not exit, terminating forcefully [Sun Dec 30 02:42:11 2012] [error] FastCGI process 906 still did not exit, terminating forcefully [Sun Dec 30 02:43:25 2012] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec) [Sun Dec 30 02:43:25 2012] [notice] Digest: generating secret for digest authentication ... [Sun Dec 30 02:43:25 2012] [notice] Digest: done [Sun Dec 30 02:43:25 2012] [notice] Apache/2.2.22 (Ubuntu) DAV/2 SVN/1.6.17 mod_fcgid/2.3.6 PHP/5.3.10-1ubuntu3.4 with Suhosin-Patch mod_ruby/1.2.6 Ruby/1.8.7(2011-06-30) mod_ssl/2.2.22 OpenSSL/1.0.1 configured -- resuming normal operations [Sun Dec 30 02:43:43 2012] [error] server reached MaxClients setting, consider raising the MaxClients setting

suexec.log

[2012-12-30 02:48:09]: uid: (1000/seekdl) gid: (1000/seekdl) cmd: php5.fcgi [2012-12-30 02:48:09]: uid: (1000/seekdl) gid: (1000/seekdl) cmd: php5.fcgi [2012-12-30 02:48:10]: uid: (1000/seekdl) gid: (1000/seekdl) cmd: php5.fcgi

Thank you

Sun, 12/30/2012 - 04:39
Locutus

Using the tool "atop" you can find out which process is using so many resources and which resources exactly. High system load can be caused by CPU or disk I/O overload.

If it's an FCGId process, the user under which it runs will tell you which website is responsible. You can then check the Apache logs for anomalies, like spiders flooding the site with requests (happened to me several times lately). I now use mod_qos to mitigate rampant robots.

Topic locked