]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-mpm.conf
- new TODO for 2.4
[packages/apache.git] / apache-mpm.conf
index 79ce51a256d43c2bd05a9d95aac6c3a904e198e2..419b43868d443e10fb6516db187596da9f0292fe 100644 (file)
@@ -35,5 +35,21 @@ StartServers           5
 MinSpareServers                  5
 MaxSpareServers                 10
 MaxRequestWorkers      150
-ThreadsPerChild        25
-#MaxConnectionsPerChild        0
+MaxConnectionsPerChild   5
+
+<IfModule mpm_prefork_module>
+</IfModule>
+
+<IfModule mpm_worker_module>
+       MaxSpareThreads 250
+       MinSpareThreads 75
+       ThreadLimit 1920
+       ThreadsPerChild 25
+</IfModule>
+
+<IfModule mpm_event_module>
+       MaxSpareThreads 250
+       MinSpareThreads 75
+       ThreadLimit 1920
+       ThreadsPerChild 25
+</IfModule>