Hi, I get an error mod_fcgid: can’t apply process slot for /usr/local/cpanel/cgi-sys/php5 on my webservers: php 5.4 cgi 2.3.6 Apache 2.2.25 I try co change the connection in config files but nothing server down in a few minutes - when I get a lot of visitors Help me fix it if you need an additional data - let me know thanks Alex
Alex, Without seeing your configuration files, it is difficult to recommend anything. You have to make sure that you have a proper balance with how your Apache configuration is set up as well as how you have your mod_fcgid configuration set up. Do you have a specific mod_fcgid configuration, or are you only changing to Apache configuration variables through WHM? Regards, Chris
This issue commonly occur due to lower values of MaxRequestsPerProcess. solution was changing the apache directive to the following MaxRequestsPerProcess 1000 DefaultMaxClassProcessCount 120 IdleTimeout 60 MaxProcessCount 2000 IPCCommTimeout 40 IPCConnectTimeout 10 MaxRequestLen 10240000 Source - cpanelstuffs.linuxcabin.com/?p=1053
Please note, the information above is outdated, and not advised to be used. Please see the following page for the latest variables that can be used for mod_fcid: https://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html Regards, Chris