Ignore:
Timestamp:
Feb 20, 2010, 6:18:36 PM (14 years ago)
Author:
ezyang
Message:
Take upstream changes to use alternative runtime directory for fcgi; revert previous changes to chmod /var/run/httpd.
File:
1 edited

Legend:

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

    r1481 r1482  
    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.