• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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