You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jw...@apache.org on 2002/05/17 20:24:07 UTC

cvs commit: httpd-2.0/docs/manual/mod index-bytype.html

jwoolley    02/05/17 11:24:07

  Modified:    docs/manual stopping.html
               docs/manual/mod index-bytype.html
  Log:
  Fix the links for the PidFile directive in stopping.html and
  add mpm_common and mod_cache to index-bytype.html (which, by the way,
  is clearly the abused stepsister of index.xml/index.html... we should
  find some automated way to generate the index-bytype as we have with the
  regular index).
  
  PR:  9187
  Reported by:  Max Dittrich <am...@cs.tu-berlin.de>
  
  Revision  Changes    Path
  1.23      +2 -2      httpd-2.0/docs/manual/stopping.html
  
  Index: stopping.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/stopping.html,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -d -u -r1.22 -r1.23
  --- stopping.html	22 Sep 2001 18:53:20 -0000	1.22
  +++ stopping.html	17 May 2002 18:24:07 -0000	1.23
  @@ -23,7 +23,7 @@
       <p>You will notice many <code>httpd</code> executables running
       on your system, but you should not send signals to any of them
       except the parent, whose pid is in the <a
  -    href="mod/core.html#pidfile">PidFile</a>. That is to say you
  +    href="mod/mpm_common.html#pidfile">PidFile</a>. That is to say you
       shouldn't ever need to send signals to any process except the
       parent. There are three signals that you can send the parent:
       <code>TERM</code>, <code>HUP</code>, and <code>USR1</code>,
  @@ -46,7 +46,7 @@
       </blockquote>
       Modify those examples to match your <a
       href="mod/core.html#serverroot">ServerRoot</a> and <a
  -    href="mod/core.html#pidfile">PidFile</a> settings. 
  +    href="mod/mpm_common.html#pidfile">PidFile</a> settings. 
   
       <p>A shell script called <a
       href="programs/apachectl.html">apachectl</a> is provided which
  
  
  
  1.24      +21 -21    httpd-2.0/docs/manual/mod/index-bytype.html
  
  Index: index-bytype.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/index-bytype.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -d -u -r1.23 -r1.24
  --- index-bytype.html	15 Feb 2002 20:52:52 -0000	1.23
  +++ index-bytype.html	17 May 2002 18:24:07 -0000	1.24
  @@ -21,38 +21,34 @@
       alphabetical list of <a href="directives.html">all Apache
       directives</a>.</p>
   
  -    <h2>Core and Mutli-Processing Modules</h2>
  +    <h2>Core Features and Multi-Processing Modules</h2>
   
       <dl>
  -      <dt><a href="core.html">Core</a></dt>
  -
  -      <dd>Core Apache features.</dd>
  +      <dt><a href="core.html">core</a></dt>
  +      <dd>Core Apache HTTP Server features that are always available</dd>
   
  -      <dt><a href="worker.html">worker</a></dt>
  +      <dt><a href="mpm_common.html">mpm_common</a></dt>
  +      <dd>A collection of directives that are implemented by more than
  +      one multi-processing module (MPM)</dd>
   
  -      <dd>Multi-Processing Module with Threading via Pthreads;
  -      Variable number of processes, constant number of
  -      threads/child</dd>
  +      <dt><a href="mpm_netware.html">mpm_netware</a></dt>
  +      <dd>Multi-Processing Module implementing an exclusively threaded web
  +      server optimized for Novell NetWare</dd>
   
         <dt><a href="mpm_winnt.html">mpm_winnt</a></dt>
  -
  -      <dd>Multi-Processing Module with a single control process and
  -      a single server process with multiple threads for Windows
  -      NT</dd>
  +      <dd>This Multi-Processing Module is optimized for Windows NT.</dd>
   
         <dt><a href="perchild.html">perchild</a></dt>
  -
  -      <dd>Multi-Processing Module with the ability to server
  -      different virtual hosts under different userids.</dd>
  +      <dd>Multi-Processing Module allowing for daemon processes
  +      serving requests to be assigned a variety of different
  +      userids</dd>
   
         <dt><a href="prefork.html">prefork</a></dt>
  +      <dd>Implements a non-threaded, pre-forking web server</dd>
   
  -      <dd>Non-threaded preforking processes model similar to Apache
  -      1.3</dd>
  -
  -      <dt><a href="mpm_netware.html">mpm_netware</a></dt>
  -
  -      <dd>Thread only model optimized for Novell NetWare</dd>
  +      <dt><a href="worker.html">worker</a></dt>
  +      <dd>Multi-Processing Module implementing a hybrid
  +      multi-threaded multi-process web server</dd>
       </dl>
   
       <h2>Environment Creation</h2>
  @@ -256,6 +252,10 @@
         <dt><a href="mod_file_cache.html">mod_file_cache</a></dt>
   
         <dd>Caching files in memory for faster serving.</dd>
  +
  +      <dt><a href="mod_cache.html">mod_cache</a></dt>
  +
  +      <dd>Content cache keyed to URIs</dd>
   
         <dt><a href="mod_dav.html">mod_dav</a></dt>