From: Nilamdyuti Goswami Date: Thu, 2 Apr 2015 17:53:14 +0000 (+0530) Subject: doc: Updates the radosgw man page with some changes. X-Git-Tag: v9.0.0~49^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F4260%2Fhead;p=ceph.git doc: Updates the radosgw man page with some changes. Signed-off-by: Nilamdyuti Goswami --- diff --git a/man/8/radosgw.rst b/man/8/radosgw.rst index e0d67a6505cf..bafec4a3822f 100644 --- a/man/8/radosgw.rst +++ b/man/8/radosgw.rst @@ -105,7 +105,7 @@ The following steps show the configuration in Ceph's configuration file i.e, Debian/Ubuntu:: - + 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:: - + 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:: - + ServerName localhost DocumentRoot /var/www/html @@ -178,9 +178,12 @@ The following steps show the configuration in Ceph's configuration file i.e, - 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. ::