diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-11-15 22:47:47 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-11-15 22:47:47 +0000 |
commit | 9a46448996a395018dd235424ceab8e48f61295b (patch) | |
tree | bdedb207d7ba8a06ad8552931839a5d0c2ed9f0c | |
parent | Allow fcgid processes to recycle and die off when idle (diff) | |
download | config-9a46448996a395018dd235424ceab8e48f61295b.tar.bz2 config-9a46448996a395018dd235424ceab8e48f61295b.tar.xz config-9a46448996a395018dd235424ceab8e48f61295b.zip |
Start less httpd services
-rw-r--r-- | etc/apache/httpd.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/apache/httpd.conf b/etc/apache/httpd.conf index 11ed707..3f9ecb9 100644 --- a/etc/apache/httpd.conf +++ b/etc/apache/httpd.conf @@ -69,6 +69,10 @@ UseCanonicalName Off HostnameLookups Off FcgidMaxRequestsPerProcess 100 FcgidMinProcessesPerClass 1 +StartServers 1 +MaxSpareThreads 5 +MaxRequestWorkers 3 +ThreadsPerChild 5 AddType application/x-httpd-php .php AddType text/xsl .xsl |