]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
apache: set MaxRequestsPerChild to 0
authorYehuda Sadeh <yehuda@redhat.com>
Tue, 14 Oct 2014 00:26:35 +0000 (17:26 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Tue, 14 Oct 2014 21:17:41 +0000 (14:17 -0700)
Otherwise the default is 10k.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
tasks/apache.conf.template

index 85744b980ae2f508ab470a2825f8171dac2d98cb..89ac1020fd65981ebfda539d4f269b220deb6efe 100644 (file)
@@ -55,3 +55,4 @@ SetEnv RGW_PRINT_CONTINUE {print_continue}
 
 AllowEncodedSlashes On
 ServerSignature Off
+MaxRequestsPerChild 0