Commit ed4c8724 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  Fix some <IfModule > badness on Win32


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90296 13f79535-47bb-0310-9956-ffa450edef68
parent d9dbe8bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,7 +88,7 @@ KeepAliveTimeout 15
# WinNT MPM
# ThreadsPerChild ...... constant number of worker threads in the server process
# MaxRequestsPerChild .. maximum  number of requests a server process serves
<IfModule winnt.c>
<IfModule mpm_winnt.c>
ThreadsPerChild 250
MaxRequestsPerChild  0
</IfModule>