]> granicus.if.org Git - apache/commitdiff
Fix some <IfModule > badness on Win32
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 17 Aug 2001 17:31:17 +0000 (17:31 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 17 Aug 2001 17:31:17 +0000 (17:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90296 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-win.conf

index aed21cdf2a6d0a735cf06e9012b2d9832ebc9db6..d00cf1a9a3a8e628ecd67069add10b6a7508e32a 100644 (file)
@@ -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>