You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yo...@apache.org on 2002/07/10 08:04:04 UTC

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

yoshiki     2002/07/09 23:04:04

  Modified:    docs/manual/mod mpm_common.xml
  Log:
  Grammar police.
  
  Revision  Changes    Path
  1.14      +2 -2      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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- mpm_common.xml	14 Jun 2002 02:31:01 -0000	1.13
  +++ mpm_common.xml	10 Jul 2002 06:04:04 -0000	1.14
  @@ -477,7 +477,7 @@
   
       <p>With the <module>prefork</module> MPM, use this directive only
       if you need to set <directive
  -    module="mpm_common">MaxClients</directive> higher higher than 256.
  +    module="mpm_common">MaxClients</directive> higher than 256.
       Do not set the value of this directive any higher than what you
       might want to set <directive
       module="mpm_common">MaxClients</directive> to.</p>
  @@ -582,7 +582,7 @@
   <usage>
       <p>This directive sets the number of threads created by each
       child process. The child creates these threads at startup and
  -    never creates more. if using an MPM like mpmt_winnt, where
  +    never creates more. If using an MPM like mpmt_winnt, where
       there is only one child process, this number should be high
       enough to handle the entire load of the server. If using an MPM
       like worker, where there are multiple child processes, the