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/16 01:44:40 UTC

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

nd          2004/03/15 16:44:40

  Modified:    docs/manual/mod Tag: APACHE_2_0_BRANCH mpm_common.html.en
                        mpm_common.xml
  Log:
  typo
  
  Submitted by: Jeff Trawick
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.23.2.10 +1 -1      httpd-2.0/docs/manual/mod/mpm_common.html.en
  
  Index: mpm_common.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_common.html.en,v
  retrieving revision 1.23.2.9
  retrieving revision 1.23.2.10
  diff -u -u -r1.23.2.9 -r1.23.2.10
  --- mpm_common.html.en	15 Mar 2004 22:01:36 -0000	1.23.2.9
  +++ mpm_common.html.en	16 Mar 2004 00:44:39 -0000	1.23.2.10
  @@ -172,7 +172,7 @@
   <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config</td></tr>
   <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>MPM</td></tr>
   <tr><th><a href="directive-dict.html#Module">Module:</a></th><td><code class="module"><a href="../mod/leader.html">leader</a></code>, <code class="module"><a href="../mod/perchild.html">perchild</a></code>, <code class="module"><a href="../mod/prefork.html">prefork</a></code>, <code class="module"><a href="../mod/threadpool.html">threadpool</a></code>, <code class="module"><a href="../mod/worker.html">worker</a></code></td></tr>
  -<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in version 2.0.49 an later</td></tr>
  +<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>Available in version 2.0.49 and later</td></tr>
   </table>
       <p>For safety reasons this directive is only available if the server was
       configured with the <code>--enable-exception-hook</code> option. It
  
  
  
  1.21.2.9  +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.21.2.8
  retrieving revision 1.21.2.9
  diff -u -u -r1.21.2.8 -r1.21.2.9
  --- mpm_common.xml	15 Mar 2004 22:01:36 -0000	1.21.2.8
  +++ mpm_common.xml	16 Mar 2004 00:44:39 -0000	1.21.2.9
  @@ -148,7 +148,7 @@
   <modulelist><module>leader</module><module>perchild</module>
   <module>prefork</module><module>threadpool</module>
   <module>worker</module></modulelist>
  -<compatibility>Available in version 2.0.49 an later</compatibility>
  +<compatibility>Available in version 2.0.49 and later</compatibility>
   
   <usage>
       <p>For safety reasons this directive is only available if the server was