From 2292fa6a302adfe7df1a9370dfbc24dc9037e689 Mon Sep 17 00:00:00 2001 From: Alexandre Marangone Date: Thu, 31 Jan 2013 15:58:15 -0800 Subject: [PATCH] Add important note in doc/radosgw/config.rst MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit For CentOS and similar, FastCgiWrapper is turned on by default. This causes Apache to spawn radosgw processes. --- doc/radosgw/config.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.3