Index: server/fedora/config/etc/httpd/conf/httpd.conf
===================================================================
--- server/fedora/config/etc/httpd/conf/httpd.conf	(revision 829)
+++ server/fedora/config/etc/httpd/conf/httpd.conf	(revision 831)
@@ -12,5 +12,5 @@
     ServerLimit 512
     MaxClients 512
-    MaxRequestsPerChild 100000
+    MaxRequestsPerChild 10000
 </IfModule>
 
@@ -22,5 +22,5 @@
     ThreadsPerChild 32
     MaxClients 1024
-    MaxRequestsPerChild 1000000
+    MaxRequestsPerChild 10000
 </IfModule>
 
