You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/11/21 18:52:06 UTC

cvs commit: httpd-2.0/docs/manual mpm.xml

slive       2002/11/21 09:52:06

  Modified:    docs/manual mpm.xml
  Log:
  Add reference to Netware's default mpm.
  
  Revision  Changes    Path
  1.2       +1 -0      httpd-2.0/docs/manual/mpm.xml
  
  Index: mpm.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mpm.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -d -b -u -r1.1 -r1.2
  --- mpm.xml	15 Aug 2002 23:24:34 -0000	1.1
  +++ mpm.xml	21 Nov 2002 17:52:06 -0000	1.2
  @@ -87,6 +87,7 @@
   
   <table>
   <tr><td>BeOS</td><td><module>beos</module></td></tr>
  +<tr><td>Netware</td><td><module>mpm_netware</module></td></tr>
   <tr><td>OS/2</td><td><module>mpmt_os2</module></td></tr>
   <tr><td>Unix</td><td><module>prefork</module></td></tr>
   <tr><td>Windows</td><td><module>mpm_winnt</module></td></tr>