From d788bae60dac374dcf5c7a30fca04426cbee660a Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 21 Jul 2016 14:17:08 +0200 Subject: [PATCH] doc/radosgw: rename config.rst to config-fcgi.rst This file documents how to configure RGW to use Apache/FastCGI, so rename the file and modify the title and intro to make that clear. Also, add a note that CGI can pose a security risk - e.g. http://httpoxy.org Signed-off-by: Nathan Cutler --- doc/radosgw/{config.rst => config-fcgi.rst} | 14 +++++++++----- doc/radosgw/index.rst | 2 +- 2 files changed, 10 insertions(+), 6 deletions(-) rename doc/radosgw/{config.rst => config-fcgi.rst} (97%) diff --git a/doc/radosgw/config.rst b/doc/radosgw/config-fcgi.rst similarity index 97% rename from doc/radosgw/config.rst rename to doc/radosgw/config-fcgi.rst index f77eb458215f..a0b19460f519 100644 --- a/doc/radosgw/config.rst +++ b/doc/radosgw/config-fcgi.rst @@ -1,9 +1,13 @@ -================================= - Configuring Ceph Object Gateway -================================= +===================================================== + Configuring Ceph Object Gateway with Apache/FastCGI +===================================================== -Configuring a Ceph Object Gateway requires a running Ceph Storage Cluster, -and an Apache web server with the FastCGI module. +Configuring a Ceph Object Gateway requires a running Ceph Storage Cluster. +Since it contains an embedded webserver (civetweb), the Ceph Object Gateway +does not require an external web server, but it can be configured to use +Apache with the FastCGI module. + +.. note:: CGI can pose a security risk. The Ceph Object Gateway is a client of the Ceph Storage Cluster. As a Ceph Storage Cluster client, it requires: diff --git a/doc/radosgw/index.rst b/doc/radosgw/index.rst index c66091e9b598..503ea27b547a 100644 --- a/doc/radosgw/index.rst +++ b/doc/radosgw/index.rst @@ -37,7 +37,7 @@ you may write data with one API and retrieve it with the other. :maxdepth: 1 Manual Install <../../install/install-ceph-gateway> - Simple Configuration + Simple Configuration with FastCGI Federated Configuration Multisite Configuration Config Reference -- 2.47.3