]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Removes references to s3gw.fcgi in simple gateway configuration file. 4391/head
authorNilamdyuti Goswami <ngoswami@redhat.com>
Fri, 17 Apr 2015 11:51:16 +0000 (17:21 +0530)
committerNilamdyuti Goswami <ngoswami@redhat.com>
Fri, 17 Apr 2015 11:51:16 +0000 (17:21 +0530)
Fixes: #11396
Signed-off-by: Nilamdyuti Goswami <ngoswami@redhat.com>
doc/radosgw/config.rst

index 1c7cf610e15476acc7406973c662f088f9719a48..535482769dfeeba1ba1039edda9973d57c729679 100644 (file)
@@ -233,40 +233,6 @@ the ``gateway host``. To do so, execute the following on ``admin node``::
    ``gateway host``.
 
 
-Create a CGI wrapper script
-===========================
-
-The wrapper script provides the interface between the webserver and the radosgw
-process. This script needs to be in a web accessible location and should be
-executable.
-
-Execute the following steps on the ``gateway host``:
-
-#. Create the script::
-
-       sudo vi /var/www/html/s3gw.fcgi
-
-
-#. Add the following content to the script::
-
-       #!/bin/sh
-       exec /usr/bin/radosgw -c /etc/ceph/ceph.conf -n client.radosgw.gateway
-
-
-#. Provide execute permissions to the script::
-
-       sudo chmod +x /var/www/html/s3gw.fcgi
-
-
-Adjust CGI wrapper script permission
-====================================
-
-On some distros, ``apache`` should have execute permission on the ``s3gw.fcgi``
-script. To change permission on the file, execute::
-
-       sudo chown apache:apache /var/www/html/s3gw.fcgi
-
-
 Create Data Directory
 =====================