summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-08-29 12:36:00 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-08-29 12:36:00 +0000
commitb4393458081e6f11cd772344ad54c177a2e718ea (patch)
tree5b62adc1373069cada02bd5beb221e85c60a174e /2.2/conf/modules.d
parentupdate patches for 2.2.9 (diff)
downloadapache-b4393458081e6f11cd772344ad54c177a2e718ea.tar.gz
apache-b4393458081e6f11cd772344ad54c177a2e718ea.tar.bz2
apache-b4393458081e6f11cd772344ad54c177a2e718ea.zip
remove keepalive off for peruser mpm wrt #232083
Diffstat (limited to '2.2/conf/modules.d')
-rw-r--r--2.2/conf/modules.d/00_mpm.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/2.2/conf/modules.d/00_mpm.conf b/2.2/conf/modules.d/00_mpm.conf
index 3ac621a..20effa9 100644
--- a/2.2/conf/modules.d/00_mpm.conf
+++ b/2.2/conf/modules.d/00_mpm.conf
@@ -80,9 +80,6 @@ PidFile /var/run/apache2.pid
MaxRequestsPerChild 1000
ExpireTimeout 1800
- # KeepAlive *MUST* be set to off
- KeepAlive Off
-
Multiplexer nobody nobody
Processor apache apache
</IfModule>