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 2003/12/14 11:49:44 UTC

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

nd          2003/12/14 02:49:44

  Modified:    docs/manual/mod Tag: APACHE_2_0_BRANCH mpm_common.html.en
                        mpm_winnt.html.en
  Log:
  update transformation of mpm_winnt changes
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.23.2.7  +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.6
  retrieving revision 1.23.2.7
  diff -u -u -r1.23.2.6 -r1.23.2.7
  --- mpm_common.html.en	29 May 2003 19:29:50 -0000	1.23.2.6
  +++ mpm_common.html.en	14 Dec 2003 10:49:44 -0000	1.23.2.7
  @@ -371,7 +371,7 @@
   <tr><th><a href="directive-dict.html#Default">Default:</a></th><td><code>MaxMemFree 0</code></td></tr>
   <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/beos.html">beos</a></code>, <code class="module"><a href="../mod/leader.html">leader</a></code>, <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</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#Module">Module:</a></th><td><code class="module"><a href="../mod/beos.html">beos</a></code>, <code class="module"><a href="../mod/leader.html">leader</a></code>, <code class="module"><a href="../mod/mpm_netware.html">mpm_netware</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>, <code class="module"><a href="../mod/mpm_winnt.html">mpm_winnt</a></code></td></tr>
   </table>
       <p>The <code class="directive">MaxMemFree</code> directive sets the
       maximum number of free Kbytes that the main allocator is allowed
  
  
  
  1.11.2.4  +1 -0      httpd-2.0/docs/manual/mod/mpm_winnt.html.en
  
  Index: mpm_winnt.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mpm_winnt.html.en,v
  retrieving revision 1.11.2.3
  retrieving revision 1.11.2.4
  diff -u -u -r1.11.2.3 -r1.11.2.4
  --- mpm_winnt.html.en	29 May 2003 19:29:51 -0000	1.11.2.3
  +++ mpm_winnt.html.en	14 Dec 2003 10:49:44 -0000	1.11.2.4
  @@ -42,6 +42,7 @@
   <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#coredumpdirectory">CoreDumpDirectory</a></li>
   <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#listen">Listen</a></li>
   <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#listenbacklog">ListenBacklog</a></li>
  +<li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#maxmemfree">MaxMemFree</a></li>
   <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#maxrequestsperchild">MaxRequestsPerChild</a></li>
   <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#pidfile">PidFile</a></li>
   <li><img alt="" src="../images/right.gif" /> <a href="mpm_common.html#scoreboardfile">ScoreBoardFile</a></li>