]> git.ipfire.org Git - people/mlorenz/ipfire-2.x.git/blobdiff - config/httpd/server-tuning.conf
Update to apache 2.4.27
[people/mlorenz/ipfire-2.x.git] / config / httpd / server-tuning.conf
index 90410186d9f2495f5888ba1c19b29cb7930fdaa0..5642a1e4409c81698e40a82b3c65233effea56e0 100644 (file)
@@ -17,10 +17,11 @@ MaxKeepAliveRequests 100
 #
 KeepAliveTimeout 15
 
-MinSpareServers 1
-MaxSpareServers 10
+MinSpareThreads 1
+MaxSpareThreads 20
 StartServers 2
-MaxClients 256
+MaxRequestWorkers 256
+ThreadsPerChild 16
 
 #
 # The following directives modify normal HTTP response behavior to