]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Corrects rgw.conf file path for Debian-based and RPM-based distros 4301/head
authorNilamdyuti Goswami <ngoswami@redhat.com>
Wed, 8 Apr 2015 10:18:39 +0000 (15:48 +0530)
committerNilamdyuti Goswami <ngoswami@redhat.com>
Wed, 8 Apr 2015 10:18:39 +0000 (15:48 +0530)
in radosgw man page.

Signed-off-by: Nilamdyuti Goswami <ngoswami@redhat.com>
doc/man/8/radosgw.rst

index d816e9c58a8a4a92ee9a93e1274558b43c8fbdc0..1f74dec6d0b7be16d589e28076ea8b1e79260f83 100644 (file)
@@ -89,7 +89,9 @@ allow for the configuration with unix domain socket instead of localhost tcp.
 
 The following steps show the configuration in Ceph's configuration file i.e,
 ``/etc/ceph/ceph.conf`` and the gateway configuration file i.e,
-``/etc/httpd/conf.d/rgw.conf`` with localhost tcp and through unix domain socket:
+``/etc/httpd/conf.d/rgw.conf`` (RPM-based distros) or
+``/etc/apache2/conf-available/rgw.conf`` (Debian-based distros) with localhost
+tcp and through unix domain socket:
 
 #. For distros with Apache 2.2 and early versions of Apache 2.4 that use
    localhost TCP and do not support Unix Domain Socket, append the following
@@ -103,9 +105,9 @@ The following steps show the configuration in Ceph's configuration file i.e,
        rgw frontends = fastcgi socket_port=9000 socket_host=0.0.0.0
        rgw print continue = false
 
-#. Add the following content in ``/etc/httpd/conf.d/rgw.conf``:
+#. Add the following content in the gateway configuration file:
 
-   Debian/Ubuntu::
+   For Debian/Ubuntu add in ``/etc/apache2/conf-available/rgw.conf``::
 
                <VirtualHost *:80>
                ServerName localhost
@@ -126,7 +128,7 @@ The following steps show the configuration in Ceph's configuration file i.e,
 
                </VirtualHost>
 
-   CentOS/RHEL::
+   For CentOS/RHEL add in ``/etc/httpd/conf.d/rgw.conf``::
 
                <VirtualHost *:80>
                ServerName localhost
@@ -157,9 +159,9 @@ The following steps show the configuration in Ceph's configuration file i.e,
        log file = /var/log/radosgw/client.radosgw.gateway.log
        rgw print continue = false
 
-#. Add the following content in ``/etc/httpd/conf.d/rgw.conf``:
+#. Add the following content in the gateway configuration file:
 
-   CentOS/RHEL::
+   For CentOS/RHEL add in ``/etc/httpd/conf.d/rgw.conf``::
 
                <VirtualHost *:80>
                ServerName localhost