jerenkrantz 2002/06/03 11:03:42
Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm
Log:
Only start one server instance until we need the other one for the proxy
tests.
Revision Changes Path
1.137 +1 -1
httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm
Index: TestConfig.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- TestConfig.pm 20 May 2002 22:25:34 -0000 1.136
+++ TestConfig.pm 3 Jun 2002 18:03:42 -0000 1.137
@@ -1553,7 +1553,7 @@
</IfModule>
<IfModule prefork.c>
- StartServers @MaxClients@
+ StartServers 1
MaxClients @MaxClients@
MaxRequestsPerChild 0
</IfModule>