Changeset 1481 for trunk/server/doc


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/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
Note: See TracChangeset for help on using the changeset viewer.