From: John Wilkins Date: Mon, 14 Apr 2014 16:19:51 +0000 (-0700) Subject: doc: Distro specific rgw.conf example. X-Git-Tag: v0.81~70^2~10 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d56343490768f610ff72730c883580fab82ea3c6;p=ceph.git doc: Distro specific rgw.conf example. Signed-off-by: John Wilkins --- diff --git a/doc/radosgw/rgw-debian.conf b/doc/radosgw/rgw-debian.conf new file mode 100644 index 000000000000..88e43aec706e --- /dev/null +++ b/doc/radosgw/rgw-debian.conf @@ -0,0 +1,30 @@ +FastCgiExternalServer /var/www/s3gw.fcgi -socket /var/run/ceph/client.radosgw.gateway.asok + + + + + ServerName {fqdn} + + + ServerAdmin {email.address} + DocumentRoot /var/www + 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/apache2/error.log + CustomLog /var/log/apache2/access.log combined + ServerSignature Off + + \ No newline at end of file