From 49f846d7c71991e298e69126d6eca4ab0711dbe0 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 15 Nov 2015 22:47:10 +0000 Subject: Allow fcgid processes to recycle and die off when idle --- etc/apache/httpd.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') 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 -- cgit v1.2.3