]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Adds mod_proxy_fcgi support and makes it the default setup for rgw
authorAndrew Schoen <aschoen@redhat.com>
Mon, 16 Feb 2015 21:02:33 +0000 (15:02 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 23 Jun 2015 20:49:27 +0000 (15:49 -0500)
commit460bf9a0975553103c90aa132e92cc51025a1d7f
treeca4917bc1b4268ddb9bbaa08b37f1c0af43515bb
parentb5b668edb2e873e9a477d9573c6171b7b7fb7623
Adds mod_proxy_fcgi support and makes it the default setup for rgw

This also adds a 'use_fastcgi' override config option for the rgw task.

If specified we'll configure things to use mod_fastcgi instead of
mod_proxy_fcgi.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
tasks/apache.conf.template
tasks/mod_fastcgi.conf.template [new file with mode: 0644]
tasks/mod_proxy_fcgi.tcp.conf.template [new file with mode: 0644]
tasks/mod_proxy_fcgi.uds.conf.template [new file with mode: 0644]
tasks/rgw.py
tasks/s3tests.py