]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Made s3gw.fcgi paths consistent.
authorJohn Wilkins <john.wilkins@inktank.com>
Tue, 17 Sep 2013 17:34:47 +0000 (10:34 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Tue, 17 Sep 2013 17:34:47 +0000 (10:34 -0700)
fixes: #6182

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/install/rpm.rst

index 72934cc8d5e52b17f602f719831403c9539f65d1..4521dfbe13d6be94aaaf0cf6f6111bbebaa52d95 100644 (file)
@@ -235,7 +235,7 @@ Installing Ceph Object Storage
        #FastCgiWrapper On
 
 
-#. Add a ``fastcgi`` script. ::
+#. Add a ``fastcgi`` script with the following path ``/var/www/s3gw.fcgi``. ::
 
        #!/bin/sh 
        exec /usr/bin/radosgw -c /etc/ceph/ceph.conf -n client.radosgw.gateway
@@ -243,7 +243,7 @@ Installing Ceph Object Storage
        
 #. Make ``s3gw.fcgi`` executable::
        
-       chmod +x /var/www/rgw/s3gw.fcgi
+       chmod +x /var/www/s3gw.fcgi
 
 
 #. Create a user key. ::