Hide Forgot
please can anybody fix this permissions in the Fedora-SPEC so httpd can create logfiles not only by the root-owned master-process? current: %attr(0700,root,root) %dir %{_localstatedir}/log/httpd fixed: %attr(0700,apache,root) %dir %{_localstatedir}/log/httpd
No, that is a security feature, the "apache" user should have the minimum possible privileges.
it is a valid usecase that web-applications are using logfiles for several things and this time they do not run as root, for me /var/log/httpd/ is the correct folder for anything logging httpd-related things