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
