From 9b5d79ee13f823879cd71cb17d793cf391f9e6d3 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 9 Mar 2015 13:12:25 -0600 Subject: [PATCH] doc: rm Apache log permissions instructions On all distros, Apache should be able to write to its own log directory. If not, that is a severe distro bug that should be reported/fixed. Remove the references to running "chown" on /var/log/httpd or /var/log/apache2. Signed-off-by: Ken Dreyer --- doc/radosgw/config.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index bb34317443b..06eb279f53c 100644 --- a/doc/radosgw/config.rst +++ b/doc/radosgw/config.rst @@ -351,9 +351,8 @@ Then, disable the default site. :: Adjust Path Ownership/Permissions ================================= -On some distributions, you must change ownership for ``/var/log/httpd`` or -``/var/log/apache2`` and ``/var/run/ceph`` to ensure that Apache has permissions -to create a socket or log file. :: +On some distributions, you must change ownership for ``/var/run/ceph`` to +ensure that Apache has permissions to create a socket :: sudo chown apache:apache /path/to/file -- 2.47.3