• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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