You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/03/06 00:15:44 UTC

cvs commit: httpd-2.0/docs/manual/mod mpm_winnt.xml mpm_common.xml

slive       02/03/05 15:15:44

  Modified:    docs/manual/mod mpm_common.xml
  Added:       docs/manual/mod mpm_winnt.xml
  Log:
  Add mpm_winnt conversion and fix a typo in mpm_common.
  
  Revision  Changes    Path
  1.2       +1 -1      httpd-2.0/docs/manual/mod/mpm_common.xml
  
  Index: mpm_common.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_common.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- mpm_common.xml	26 Feb 2002 19:00:40 -0000	1.1
  +++ mpm_common.xml	5 Mar 2002 23:15:43 -0000	1.2
  @@ -247,7 +247,7 @@
   </directivesynopsis>
   
   <directivesynopsis>
  -<name>MaxRequestPerChild</name>
  +<name>MaxRequestsPerChild</name>
   <description>Limit on the number of requests that an individual child server
   will handle during its life</description>
   <syntax>MaxRequestsPerChild <em>number</em></syntax>
  
  
  
  1.1                  httpd-2.0/docs/manual/mod/mpm_winnt.xml
  
  Index: mpm_winnt.xml
  ===================================================================
  <?xml version="1.0"?>
  <?xml-stylesheet type="text/xsl" href="../style/manual.xsl"?>
  <modulesynopsis>
  
  <name>mpm_winnt</name>
  <description>This Multi-Processing Module is optimized for Windows
      NT.</description>
  <status>MPM</status>
  <sourcefile>mpm_winnt.c</sourcefile>
  <identifier>mpm_winnt_module</identifier>
  
  <summary>
      <p>This Multi-Processing Module (MPM) is the default for the
      Windows NT operating systems. It uses a single control process
      which launches a single child process which in turn creates
      threads to handle requests</p>
  </summary>
  
  <directivesynopsis location="mpm_common"><name>CoreDumpDirectory</name>
  </directivesynopsis>
  <directivesynopsis location="mpm_common"><name>PidFile</name>
  </directivesynopsis>
  <directivesynopsis location="mpm_common"><name>Listen</name>
  </directivesynopsis>
  <directivesynopsis location="mpm_common"><name>ListenBacklog</name>
  </directivesynopsis>
  <directivesynopsis location="mpm_common"><name>MaxRequestsPerChild</name>
  </directivesynopsis>
  <directivesynopsis location="mpm_common"><name>SendBufferSize</name>
  </directivesynopsis>
  <directivesynopsis location="mpm_common"><name>ThreadsPerChild</name>
  </directivesynopsis>
  
  </modulesynopsis>