]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Updates the radosgw man page with some changes. 4260/head
authorNilamdyuti Goswami <ngoswami@redhat.com>
Thu, 2 Apr 2015 17:53:14 +0000 (23:23 +0530)
committerNilamdyuti Goswami <ngoswami@redhat.com>
Thu, 2 Apr 2015 17:53:14 +0000 (23:23 +0530)
Signed-off-by: Nilamdyuti Goswami <ngoswami@redhat.com>
man/8/radosgw.rst

index e0d67a6505cf05e8d334749b776d87afdbe91f44..bafec4a3822f95f4f28e26cabe3b043264bce351 100644 (file)
@@ -105,7 +105,7 @@ The following steps show the configuration in Ceph's configuration file i.e,
 
    Debian/Ubuntu::
 
-               <VirtualHost {IP ADDRESS}:80>
+               <VirtualHost *:80>
                ServerName localhost
                DocumentRoot /var/www/html
 
@@ -126,7 +126,7 @@ The following steps show the configuration in Ceph's configuration file i.e,
 
    CentOS/RHEL::
 
-               <VirtualHost {IP ADDRESS}:80>
+               <VirtualHost *:80>
                ServerName localhost
                DocumentRoot /var/www/html
 
@@ -159,7 +159,7 @@ The following steps show the configuration in Ceph's configuration file i.e,
 
    CentOS/RHEL::
 
-               <VirtualHost {IP ADDRESS}:80>
+               <VirtualHost *:80>
                ServerName localhost
                DocumentRoot /var/www/html
 
@@ -178,9 +178,12 @@ The following steps show the configuration in Ceph's configuration file i.e,
 
                </VirtualHost>
 
-   The latest version of Ubuntu i.e, 14.04 has ``Apache 2.4.7`` which does not
-   have Unix Domain Support in it and as such has to be configured with localhost
-   tcp.
+   The latest version of Ubuntu i.e, 14.04 ships with ``Apache 2.4.7`` that
+   does not have Unix Domain Socket support in it and as such it has to be
+   configured with localhost tcp. The Unix Domain Socket support is available in
+   ``Apache 2.4.9`` and later versions. A bug has been filed to backport the UDS
+   support to ``Apache 2.4.7`` for ``Ubuntu 14.04``.
+   See: https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1411030
 
 #. Generate a key for radosgw to use for authentication with the cluster. ::