From b6ad5c6ce216dbbcad2d31b11d4147cb63c8add1 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Wed, 26 Mar 2014 16:06:29 -0700 Subject: [PATCH] rgw: idle timeout config moves to the external server line Signed-off-by: Yehuda Sadeh --- teuthology/task/apache.conf.template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/teuthology/task/apache.conf.template b/teuthology/task/apache.conf.template index 100ed4e79d..c6fc6620e8 100644 --- a/teuthology/task/apache.conf.template +++ b/teuthology/task/apache.conf.template @@ -21,8 +21,7 @@ CustomLog {testdir}/archive/apache.{client}/access.log combined PidFile {testdir}/apache/tmp.{client}/apache.pid DocumentRoot {testdir}/apache/htdocs.{client} FastCgiIPCDir {testdir}/apache/tmp.{client}/fastcgi_sock -FastCgiExternalServer {testdir}/apache/htdocs.{client}/rgw.fcgi -socket rgw_sock -FastCgiConfig -idle-timeout {idle_timeout} +FastCgiExternalServer {testdir}/apache/htdocs.{client}/rgw.fcgi -socket rgw_sock -idle-timeout {idle_timeout} RewriteEngine On RewriteRule ^/([a-zA-Z0-9-_.]*)([/]?.*) /rgw.fcgi?page=$1¶ms=$2&%{{QUERY_STRING}} [E=HTTP_AUTHORIZATION:%{{HTTP:Authorization}},L] -- 2.39.5