- Timestamp:
- Feb 20, 2010, 6:18:36 PM (15 years ago)
- Location:
- trunk/server
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/doc/install-howto.sh
r1481 r1482 354 354 355 355 # 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 358 357 359 358 # Fix etc by making sure none of our config files got overwritten -
trunk/server/fedora/config/etc/httpd/conf/httpd.conf
r1454 r1482 397 397 Options +ExecCGI 398 398 </Files> 399 SocketPath run/mod_fcgid 399 SocketPath /var/run/mod_fcgid 400 SharememPath /var/run/mod_fcgid/fcgid_shm 400 401 IPCCommTimeout 300 401 402 -
trunk/server/fedora/specs/httpd.spec.patch
r1481 r1482 60 60 --with-pcre \ 61 61 $* 62 @@ -442,7 +458,7 @@63 %config %{contentdir}/error/*.var64 %config %{contentdir}/error/include/*.html65 66 -%attr(0700,root,root) %dir %{_localstatedir}/run/httpd67 +%attr(0755,root,root) %dir %{_localstatedir}/run/httpd68 %attr(0700,root,root) %dir %{_localstatedir}/log/httpd69 %attr(0700,apache,apache) %dir %{_localstatedir}/lib/dav70 %attr(0700,apache,apache) %dir %{_localstatedir}/cache/mod_proxy
Note: See TracChangeset
for help on using the changeset viewer.