Changeset 1481


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.
Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/doc/install-howto.sh

    r1462 r1481  
    353353    chmod 01777 /tmp/sessions
    354354
    355 # Ensure that fcgid isn't broken:
    356     chmod 755 /var/run/httpd
    357     # ezyang: The below didn't exist for me
     355# Ensure fcgid isn't broken
    358356    chmod 755 /var/run/httpd/mod_fcgid
    359357    chmod 755 /var/run/mod_fcgid
  • 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.