Index: trunk/server/doc/install-howto.sh
===================================================================
--- trunk/server/doc/install-howto.sh	(revision 1480)
+++ trunk/server/doc/install-howto.sh	(revision 1481)
@@ -353,7 +353,5 @@
     chmod 01777 /tmp/sessions
 
-# Ensure that fcgid isn't broken:
-    chmod 755 /var/run/httpd
-    # ezyang: The below didn't exist for me
+# Ensure fcgid isn't broken
     chmod 755 /var/run/httpd/mod_fcgid
     chmod 755 /var/run/mod_fcgid
Index: trunk/server/fedora/specs/httpd.spec.patch
===================================================================
--- trunk/server/fedora/specs/httpd.spec.patch	(revision 1480)
+++ trunk/server/fedora/specs/httpd.spec.patch	(revision 1481)
@@ -60,2 +60,11 @@
          --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
