• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

mod_fcgid

keny

New Pleskian
Hi i am running lastest version of plesk on a debian 6 machine.

My server is very slow now and in my apache log i see that :


[Fri Sep 07 16:15:41 2012] [error] mod_fcgid: process /var/www/cgi-bin/cgi_wrapper/cgi_wrapper(9444) exit(normal exit), get unexpected signal 11
[Fri Sep 07 16:15:41 2012] [warn] mod_fcgid: cleanup zombie process 9444
[Fri Sep 07 16:20:55 2012] [warn] mod_fcgid: process 10172 graceful kill fail, sending SIGKILL
[Fri Sep 07 16:29:14 2012] [warn] mod_fcgid: process 11439 graceful kill fail, sending SIGKILL
[Fri Sep 07 16:34:36 2012] [warn] mod_fcgid: process 12341 graceful kill fail, sending SIGKILL
[Fri Sep 07 16:34:36 2012] [warn] mod_fcgid: process 12342 graceful kill fail, sending SIGKILL
[Fri Sep 07 16:39:36 2012] [warn] mod_fcgid: process 13132 graceful kill fail, sending SIGKILL
[Fri Sep 07 16:39:36 2012] [warn] mod_fcgid: process 13130 graceful kill fail, sending SIGKILL
[Fri Sep 07 16:48:46 2012] [warn] mod_fcgid: process 14299 graceful kill fail, sending SIGKILL
[Fri Sep 07 16:48:47 2012] [warn] mod_fcgid: process 14502 graceful kill fail, sending SIGKILL
[Fri Sep 07 16:48:58 2012] [warn] mod_fcgid: process 14552 graceful kill fail, sending SIGKILL
[Fri Sep 07 16:48:58 2012] [warn] mod_fcgid: process 14499 graceful kill fail, sending SIGKILL
[Fri Sep 07 16:51:10 2012] [error] mod_fcgid: process /var/www/cgi-bin/cgi_wrapper/cgi_wrapper(14842) exit(communication error), get unexpected signal 11
[Fri Sep 07 16:51:10 2012] [error] mod_fcgid: process /var/www/cgi-bin/cgi_wrapper/cgi_wrapper(14843) exit(communication error), get unexpected signal 11


I do beleive that mod_fcgid is the problem but i don.t know what to do !
What other log i have to check for error if this is not the problem ?

Thanks
 
Are you under a dos attack? You can check this with:

netstat -plan|grep :80|awk {'print $5'}|cut -d: -f 1|sort|uniq -c|sort -nk 1

Will show you the number of connections per iP address connected to your server. If you are dossed, then you would install dos-deflate to help mitigate the attacks.
 
Thanks for reply,

No i dont think it was a dos attack, i have solved my problem by restarting my server but problem will recame for share,

I check my server stats before retarting and my memory was use at 99% (16GB) and my swap memory was use 100% (1GB)

There really something going wrong on my server and my log just keeping with mod_fcgid error ...

any ideas ?
 
Back
Top