summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2017-01-22 16:23:16 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2017-01-22 16:23:16 +0000
commit1ef1ecbab91a4c132c295db42fd5f8ac2184ad07 (patch)
tree0e3f0b033ab53972ca8b6a8f2891f70d8dbd3ef1
parentUpdate to work with pglogical (diff)
downloadconfig-1ef1ecbab91a4c132c295db42fd5f8ac2184ad07.tar.bz2
config-1ef1ecbab91a4c132c295db42fd5f8ac2184ad07.tar.xz
config-1ef1ecbab91a4c132c295db42fd5f8ac2184ad07.zip
Fix thread and worker counts config
-rw-r--r--etc/apache/httpd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/apache/httpd.conf b/etc/apache/httpd.conf
index 3f9ecb9..cfa0003 100644
--- a/etc/apache/httpd.conf
+++ b/etc/apache/httpd.conf
@@ -71,8 +71,8 @@ FcgidMaxRequestsPerProcess 100
FcgidMinProcessesPerClass 1
StartServers 1
MaxSpareThreads 5
-MaxRequestWorkers 3
-ThreadsPerChild 5
+MaxRequestWorkers 9
+ThreadsPerChild 3
AddType application/x-httpd-php .php
AddType text/xsl .xsl