]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Added space between {Query_String} and [E=HTTP ... to solve for 500 error.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 24 Jan 2014 00:03:25 +0000 (16:03 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 24 Jan 2014 00:03:25 +0000 (16:03 -0800)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/radosgw/rgw.conf

index 7cc73070651d5c019439ef5f3464abc83517feb4..5e4cc08580aa8083623235427705d831b65e8a85 100644 (file)
@@ -9,7 +9,7 @@ FastCgiExternalServer /var/www/s3gw.fcgi -socket /{path}/{socket-name}.sock
        ServerAdmin {email.address}
        DocumentRoot /var/www
        RewriteEngine On
-       RewriteRule  ^/(.*) /s3gw.fcgi?%{QUERY_STRING}[E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
+       RewriteRule  ^/(.*) /s3gw.fcgi?%{QUERY_STRING} [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
 
        <IfModule mod_fastcgi.c>
        <Directory /var/www>