From 1a06baced8db9609586510d6c18249d721f61296 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20=C5=9Awi=C4=85tek?= Date: Sat, 25 Feb 2012 20:47:42 +0100 Subject: [PATCH] - max connection per child --- apache-mpm.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.44.0