Changeset 1482 for trunk/server


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

Legend:

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

    r1481 r1482  
    354354
    355355# Ensure fcgid isn't broken
    356     chmod 755 /var/run/httpd/mod_fcgid
    357     chmod 755 /var/run/mod_fcgid
     356    chmod 755 /var/run/mod_fcgid # ezyang: I suspect this is no longer necessary
    358357
    359358# Fix etc by making sure none of our config files got overwritten
  • trunk/server/fedora/config/etc/httpd/conf/httpd.conf

    r1454 r1482  
    397397        Options +ExecCGI
    398398</Files>
    399 SocketPath run/mod_fcgid
     399SocketPath /var/run/mod_fcgid
     400SharememPath /var/run/mod_fcgid/fcgid_shm
    400401IPCCommTimeout 300
    401402
  • 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.