You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2004/03/19 22:20:55 UTC

cvs commit: httpd-2.0/docs/manual/mod worker.xml worker.html.en

nd          2004/03/19 13:20:55

  Modified:    docs/manual/mod worker.xml worker.html.en
  Log:
  fix directive name and link
  
  Revision  Changes    Path
  1.18      +1 -1      httpd-2.0/docs/manual/mod/worker.xml
  
  Index: worker.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/worker.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -u -r1.17 -r1.18
  --- worker.xml	15 Mar 2004 23:24:39 -0000	1.17
  +++ worker.xml	19 Mar 2004 21:20:55 -0000	1.18
  @@ -93,7 +93,7 @@
       be additional child processes which are terminating but where at
       least one server thread is still handling an existing client
       connection.  Up to <directive 
  -    module="mpm_common">MaxClient</directive> terminating processes 
  +    module="mpm_common">MaxClients</directive> terminating processes 
       may be present, though the actual number can be expected to be 
       much smaller.  This behavior can be avoided by disabling the 
       termination of individual child processes, which is achieved by 
  
  
  
  1.29      +1 -1      httpd-2.0/docs/manual/mod/worker.html.en
  
  Index: worker.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/worker.html.en,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -u -r1.28 -r1.29
  --- worker.html.en	15 Mar 2004 23:24:39 -0000	1.28
  +++ worker.html.en	19 Mar 2004 21:20:55 -0000	1.29
  @@ -124,7 +124,7 @@
       <p>In addition to a the set of active child processes, there may 
       be additional child processes which are terminating but where at
       least one server thread is still handling an existing client
  -    connection.  Up to <code class="directive"><a href="../mod/mpm_common.html#maxclient">MaxClient</a></code> terminating processes 
  +    connection.  Up to <code class="directive"><a href="../mod/mpm_common.html#maxclients">MaxClients</a></code> terminating processes 
       may be present, though the actual number can be expected to be 
       much smaller.  This behavior can be avoided by disabling the 
       termination of individual child processes, which is achieved by