From 1ef1ecbab91a4c132c295db42fd5f8ac2184ad07 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 22 Jan 2017 16:23:16 +0000 Subject: Fix thread and worker counts config --- etc/apache/httpd.conf | 4 ++-- 1 file 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 -- cgit v1.2.3