Apache Server Info

Bored@ Server Tweaks

[root@boredat conf]# diff -u httpd.conf.orig httpd.conf
--- httpd.conf.orig     2006-12-01 00:43:07.000000000 -0500
+++ httpd.conf  2006-12-01 00:53:09.000000000 -0500
@@ -115,9 +115,9 @@
 <IfModule worker.c>
 StartServers         2
 MaxClients         150
-MinSpareThreads     25
-MaxSpareThreads     75 
-ThreadsPerChild     25
+MinSpareThreads     15
+MaxSpareThreads     55 
+ThreadsPerChild     15
 MaxRequestsPerChild  0
 </IfModule>