Index: trunk/server/doc/install-howto.sh
===================================================================
--- trunk/server/doc/install-howto.sh	(revision 1481)
+++ trunk/server/doc/install-howto.sh	(revision 1482)
@@ -354,6 +354,5 @@
 
 # Ensure fcgid isn't broken
-    chmod 755 /var/run/httpd/mod_fcgid
-    chmod 755 /var/run/mod_fcgid
+    chmod 755 /var/run/mod_fcgid # ezyang: I suspect this is no longer necessary
 
 # Fix etc by making sure none of our config files got overwritten
Index: trunk/server/fedora/config/etc/httpd/conf/httpd.conf
===================================================================
--- trunk/server/fedora/config/etc/httpd/conf/httpd.conf	(revision 1481)
+++ trunk/server/fedora/config/etc/httpd/conf/httpd.conf	(revision 1482)
@@ -397,5 +397,6 @@
         Options +ExecCGI
 </Files>
-SocketPath run/mod_fcgid
+SocketPath /var/run/mod_fcgid
+SharememPath /var/run/mod_fcgid/fcgid_shm
 IPCCommTimeout 300
 
Index: trunk/server/fedora/specs/httpd.spec.patch
===================================================================
--- trunk/server/fedora/specs/httpd.spec.patch	(revision 1481)
+++ trunk/server/fedora/specs/httpd.spec.patch	(revision 1482)
@@ -60,11 +60,2 @@
          --with-pcre \
  	$*
-@@ -442,7 +458,7 @@
- %config %{contentdir}/error/*.var
- %config %{contentdir}/error/include/*.html
-
--%attr(0700,root,root) %dir %{_localstatedir}/run/httpd
-+%attr(0755,root,root) %dir %{_localstatedir}/run/httpd
- %attr(0700,root,root) %dir %{_localstatedir}/log/httpd
- %attr(0700,apache,apache) %dir %{_localstatedir}/lib/dav
- %attr(0700,apache,apache) %dir %{_localstatedir}/cache/mod_proxy
