From: Bartosz Świątek <shadzik@tld-linux.org>
Date: Sat, 25 Feb 2012 19:47:42 +0000 (+0100)
Subject: - max connection per child
X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=1a06baced8db9609586510d6c18249d721f61296;p=packages%2Fapache.git

- max connection per child
---

diff --git a/apache-mpm.conf b/apache-mpm.conf
index 79ce51a..dc17d60 100644
--- a/apache-mpm.conf
+++ b/apache-mpm.conf
@@ -35,5 +35,4 @@ StartServers		  5
 MinSpareServers	 	  5
 MaxSpareServers	 	 10
 MaxRequestWorkers	150
-ThreadsPerChild   	25
-#MaxConnectionsPerChild	0
+MaxConnectionsPerChild   5