diff options
-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 |