dougm 01/04/12 17:47:39
Modified: Apache-Test/lib/Apache TestConfig.pm
Log:
add config for perchild mpm
Revision Changes Path
1.7 +9 -0 modperl-2.0/Apache-Test/lib/Apache/TestConfig.pm
Index: TestConfig.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/Apache-Test/lib/Apache/TestConfig.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- TestConfig.pm 2001/04/12 03:23:58 1.6
+++ TestConfig.pm 2001/04/13 00:47:38 1.7
@@ -691,6 +691,15 @@
MaxRequestsPerChild 0
</IfModule>
+<IfModule perchild.c>
+ NumServers 1
+ StartThreads 1
+ MinSpareThreads 1
+ MaxSpareThreads 1
+ MaxThreadsPerChild 2
+ MaxRequestsPerChild 0
+</IfModule>
+
<IfModule prefork.c>
StartServers 1
MaxClients 1