diff options
-rw-r--r-- | etc/apache/httpd.conf | 4 |
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 |