diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-11-15 22:47:10 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-11-15 22:47:10 +0000 |
commit | 49f846d7c71991e298e69126d6eca4ab0711dbe0 (patch) | |
tree | 5e380b4aafcf111668adf40c246576003d028a04 | |
parent | Add ldap auth basics (diff) | |
download | config-49f846d7c71991e298e69126d6eca4ab0711dbe0.tar.bz2 config-49f846d7c71991e298e69126d6eca4ab0711dbe0.tar.xz config-49f846d7c71991e298e69126d6eca4ab0711dbe0.zip |
Allow fcgid processes to recycle and die off when idle
-rw-r--r-- | etc/apache/httpd.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/apache/httpd.conf b/etc/apache/httpd.conf index 045e75a..11ed707 100644 --- a/etc/apache/httpd.conf +++ b/etc/apache/httpd.conf @@ -67,6 +67,8 @@ VirtualDocumentRoot /var/www/vhosts/%0/ AccessFileName .htaccess UseCanonicalName Off HostnameLookups Off +FcgidMaxRequestsPerProcess 100 +FcgidMinProcessesPerClass 1 AddType application/x-httpd-php .php AddType text/xsl .xsl |