1--- docs/conf/extra/httpd-mpm.conf.in.orig	2006-04-04 10:41:09.000000000 -0700
2+++ docs/conf/extra/httpd-mpm.conf.in	2006-04-04 10:41:16.000000000 -0700
3@@ -34,8 +34,8 @@
4 # MaxClients: maximum number of server processes allowed to start
5 # MaxRequestsPerChild: maximum number of requests a server process serves
6 <IfModule mpm_prefork_module>
7-    StartServers          5
8-    MinSpareServers       5
9+    StartServers          1
10+    MinSpareServers       1
11     MaxSpareServers      10
12     MaxClients          150
13     MaxRequestsPerChild   0
14