dougm 01/12/19 10:37:43
Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm
Log:
add config for mpm_winnt.c so Apache.exe can serve requests
Revision Changes Path
1.113 +5 -0
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.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- TestConfig.pm 2001/12/19 04:11:31 1.112
+++ TestConfig.pm 2001/12/19 18:37:43 1.113
@@ -1449,6 +1449,11 @@
MaxRequestsPerChild 0
</IfModule>
+<IfModule mpm_winnt.c>
+ ThreadsPerChild 10
+ MaxRequestsPerChild 0
+</IfModule>
+
<Location /server-info>
SetHandler server-info
</Location>