From: Ken Dreyer Date: Mon, 9 Mar 2015 19:12:25 +0000 (-0600) Subject: doc: rm Apache log permissions instructions X-Git-Tag: v9.0.0~195^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F3914%2Fhead;p=ceph.git 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 --- 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