diff --git a/apache/files/fcgid_http.conf b/apache/files/fcgid_http.conf index 7e14558..cb6ef3c 100644 --- a/apache/files/fcgid_http.conf +++ b/apache/files/fcgid_http.conf @@ -4,6 +4,7 @@ AddHandler fcgid-script fcg fcgi fpl FcgidIPCDir /var/run/mod_fcgid FcgidProcessTableFile /var/run/mod_fcgid/fcgid_shm +FcgidIOTimeout 120 FcgidMinProcessesPerClass 0 FcgidMaxProcessesPerClass 5 FcgidMaxRequestLen 16777216 diff --git a/apache/files/fcgid_https.conf b/apache/files/fcgid_https.conf index 77544bd..c050680 100644 --- a/apache/files/fcgid_https.conf +++ b/apache/files/fcgid_https.conf @@ -4,6 +4,7 @@ AddHandler fcgid-script fcg fcgi fpl FcgidIPCDir /var/run/mod_fcgid_httpsd FcgidProcessTableFile /var/run/mod_fcgid_httpsd/fcgid_shm +FcgidIOTimeout 120 FcgidMinProcessesPerClass 0 FcgidMaxProcessesPerClass 5 FcgidMaxRequestLen 16777216