Ignore:
Timestamp:
Feb 20, 2010, 4:25:07 PM (14 years ago)
Author:
ezyang
Message:
Don't chmod /var/run/httpd 0700, since that breaks fcgid.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/specs/httpd.spec.patch

    r1356 r1481  
    6060         --with-pcre \
    6161        $*
     62@@ -442,7 +458,7 @@
     63 %config %{contentdir}/error/*.var
     64 %config %{contentdir}/error/include/*.html
     65
     66-%attr(0700,root,root) %dir %{_localstatedir}/run/httpd
     67+%attr(0755,root,root) %dir %{_localstatedir}/run/httpd
     68 %attr(0700,root,root) %dir %{_localstatedir}/log/httpd
     69 %attr(0700,apache,apache) %dir %{_localstatedir}/lib/dav
     70 %attr(0700,apache,apache) %dir %{_localstatedir}/cache/mod_proxy
Note: See TracChangeset for help on using the changeset viewer.