Hello,
I am just wondering where the best location would be to put mod_fcgid settings in cPanel and Cloudlinux. I couldnt find any documentation for this. I currently have the following in /usr/local/apache/conf/includes/pre_virtualhost_global.conf. Is this correct?
I have temporarily increased the idle timeout, as having issues with some php scripts timing out.
I am just wondering where the best location would be to put mod_fcgid settings in cPanel and Cloudlinux. I couldnt find any documentation for this. I currently have the following in /usr/local/apache/conf/includes/pre_virtualhost_global.conf. Is this correct?
Code:
FcgidMaxRequestLen 1073741824 FcgidMinProcessesPerClass 0 FcgidMaxProcessesPerClass 20 FcgidMaxProcesses 300 FcgidIdleTimeout 300 FcgidProcessLifeTime 300 FcgidIdleScanInterval 150
Comment