Index: server/fedora/config/etc/httpd/conf/httpd.conf
===================================================================
--- server/fedora/config/etc/httpd/conf/httpd.conf	(revision 755)
+++ server/fedora/config/etc/httpd/conf/httpd.conf	(revision 759)
@@ -8,8 +8,9 @@
 <IfModule mpm_prefork_module>
     MinSpareServers 5
-    MaxSpareServers 20
+    MaxSpareServers 50
     StartServers 8
-    MaxClients 256
-    MaxRequestsPerChild 4000
+    ServerLimit 512
+    MaxClients 512
+    MaxRequestsPerChild 100000
 </IfModule>
 
@@ -18,8 +19,8 @@
     MinSpareThreads 75
     MaxSpareThreads 250
-    ServerLimit 16
-    ThreadsPerChild 25
-    MaxClients 400
-    MaxRequestsPerChild 10000
+    ServerLimit 32
+    ThreadsPerChild 32
+    MaxClients 1024
+    MaxRequestsPerChild 1000000
 </IfModule>
 
