From: John Wilkins Date: Mon, 14 Apr 2014 16:19:30 +0000 (-0700) Subject: doc: Distro specific rgw.conf example. X-Git-Tag: v0.81~70^2~11 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bd22cac9b2bf2131f281653751bfd84024f0edec;p=ceph.git doc: Distro specific rgw.conf example. Signed-off-by: John Wilkins --- diff --git a/doc/radosgw/rgw-centos.conf b/doc/radosgw/rgw-centos.conf new file mode 100644 index 000000000000..7e0f23f56977 --- /dev/null +++ b/doc/radosgw/rgw-centos.conf @@ -0,0 +1,30 @@ +FastCgiExternalServer /var/www/html/s3gw.fcgi -socket /var/run/ceph/client.radosgw.gateway.asok + + + + + ServerName {fqdn} + + + ServerAdmin {email.address} + DocumentRoot /var/www/html + RewriteEngine On + RewriteRule ^/(.*) /s3gw.fcgi?%{QUERY_STRING} [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L] + + + + Options +ExecCGI + AllowOverride All + SetHandler fastcgi-script + Order allow,deny + Allow from all + AuthBasicAuthoritative Off + + + + AllowEncodedSlashes On + ErrorLog /var/log/httpd/error.log + CustomLog /var/log/httpd/access.log combined + ServerSignature Off + + \ No newline at end of file