From f4432e6386f5c83a3786f722e4420347468f5a9b Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Mon, 13 Oct 2014 17:26:35 -0700 Subject: [PATCH] apache: set MaxRequestsPerChild to 0 Otherwise the default is 10k. Signed-off-by: Yehuda Sadeh --- tasks/apache.conf.template | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/apache.conf.template b/tasks/apache.conf.template index 85744b980ae2..89ac1020fd65 100644 --- a/tasks/apache.conf.template +++ b/tasks/apache.conf.template @@ -55,3 +55,4 @@ SetEnv RGW_PRINT_CONTINUE {print_continue} AllowEncodedSlashes On ServerSignature Off +MaxRequestsPerChild 0 -- 2.47.3