From d56343490768f610ff72730c883580fab82ea3c6 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Mon, 14 Apr 2014 09:19:51 -0700 Subject: [PATCH] doc: Distro specific rgw.conf example. Signed-off-by: John Wilkins --- doc/radosgw/rgw-debian.conf | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 doc/radosgw/rgw-debian.conf diff --git a/doc/radosgw/rgw-debian.conf b/doc/radosgw/rgw-debian.conf new file mode 100644 index 0000000000000..88e43aec706e6 --- /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 -- 2.39.5