You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/08/17 19:31:17 UTC

cvs commit: httpd-2.0/docs/conf httpd-win.conf

wrowe       01/08/17 10:31:17

  Modified:    docs/conf httpd-win.conf
  Log:
    Fix some <IfModule > badness on Win32
  
  Revision  Changes    Path
  1.28      +1 -1      httpd-2.0/docs/conf/httpd-win.conf
  
  Index: httpd-win.conf
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-win.conf,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- httpd-win.conf	2001/08/13 20:23:21	1.27
  +++ httpd-win.conf	2001/08/17 17:31:17	1.28
  @@ -88,7 +88,7 @@
   # 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>