From: Alexandre Marangone Date: Thu, 31 Jan 2013 23:58:15 +0000 (-0800) Subject: Add important note in doc/radosgw/config.rst X-Git-Tag: v0.57~66^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F37%2Fhead;p=ceph.git Add important note in doc/radosgw/config.rst For CentOS and similar, FastCgiWrapper is turned on by default. This causes Apache to spawn radosgw processes. --- diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index 42f2fe3a9521..5c2c2c272160 100644 --- a/doc/radosgw/config.rst +++ b/doc/radosgw/config.rst @@ -123,6 +123,7 @@ log files and to turn off server signatures. :: ServerSignature Off +.. important:: If you are using CentOS or similar, make sure that ``FastCgiWrapper`` is turned off in ``/etc/httpd/conf.d/fastcgi.conf``. Enable the RADOS Gateway Configuration ====================================== @@ -391,4 +392,4 @@ should include the following settings:: Then, add the ``{client-loopback-ip}`` IP address as the first DNS nameserver on client the machine(s). -.. _Dnsmasq: https://help.ubuntu.com/community/Dnsmasq \ No newline at end of file +.. _Dnsmasq: https://help.ubuntu.com/community/Dnsmasq