X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=config%2Fhttpd%2Fserver-tuning.conf;h=5642a1e4409c81698e40a82b3c65233effea56e0;hb=47051c2a0aa6307d0d1cefb05d51d0eda175a62e;hp=183ce80fa046eea79331630323544e61a56e9d9c;hpb=7b9fe2c864b4451e5d6275166ddfa8d4c456fcaf;p=ipfire-2.x.git diff --git a/config/httpd/server-tuning.conf b/config/httpd/server-tuning.conf index 183ce80fa0..5642a1e440 100644 --- a/config/httpd/server-tuning.conf +++ b/config/httpd/server-tuning.conf @@ -17,11 +17,11 @@ MaxKeepAliveRequests 100 # KeepAliveTimeout 15 -MinSpareServers 1 -MaxSpareServers 10 -StartServers 1 -MaxClients 10 -MaxRequestsPerChild 100 +MinSpareThreads 1 +MaxSpareThreads 20 +StartServers 2 +MaxRequestWorkers 256 +ThreadsPerChild 16 # # The following directives modify normal HTTP response behavior to