Index: server/fedora/config/etc/httpd/conf/httpd.conf
===================================================================
--- server/fedora/config/etc/httpd/conf/httpd.conf	(revision 971)
+++ server/fedora/config/etc/httpd/conf/httpd.conf	(revision 972)
@@ -19,7 +19,17 @@
     MinSpareThreads 75
     MaxSpareThreads 250
-    ServerLimit 32
+    ServerLimit 64
     ThreadsPerChild 32
     MaxClients 1024
+    MaxRequestsPerChild 10000
+</IfModule>
+
+<IfModule mpm_event_module>
+    StartServers 3
+    MinSpareThreads 75
+    MaxSpareThreads 250
+    ServerLimit 64
+    ThreadsPerChild 32
+    MaxClients 2048
     MaxRequestsPerChild 10000
 </IfModule>
@@ -53,5 +63,5 @@
 LoadModule mime_module modules/mod_mime.so
 #LoadModule dav_module modules/mod_dav.so
-#LoadModule status_module modules/mod_status.so
+LoadModule status_module modules/mod_status.so
 LoadModule autoindex_module modules/mod_autoindex.so
 #LoadModule info_module modules/mod_info.so
@@ -252,5 +262,5 @@
 RLimitCPU 60 60
 RLimitMEM 536870912 536870912
-RLimitNPROC 1024 1024
+RLimitNPROC 4096 4096
 
 SetEnv REDIRECT_STATUS CGI
@@ -266,5 +276,5 @@
 DocumentRoot /afs/athena.mit.edu/contrib/scripts/www
 
-#ExtendedStatus On
+ExtendedStatus On
 RewriteEngine Off
 
