]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: idle timeout config moves to the external server line
authorYehuda Sadeh <yehuda@inktank.com>
Wed, 26 Mar 2014 23:06:29 +0000 (16:06 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Thu, 27 Mar 2014 17:24:00 +0000 (10:24 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
teuthology/task/apache.conf.template

index 100ed4e79dae155c6eaf97e376f2aef4dc5acad1..c6fc6620e85ce7d8ac446fc595163eef526f5129 100644 (file)
@@ -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&params=$2&%{{QUERY_STRING}} [E=HTTP_AUTHORIZATION:%{{HTTP:Authorization}},L]