You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2009/03/27 00:01:22 UTC

svn commit: r758913 - in /httpd/httpd/trunk: docs/manual/programs/configure.xml server/mpm/config.m4

Author: trawick
Date: Thu Mar 26 23:01:22 2009
New Revision: 758913

URL: http://svn.apache.org/viewvc?rev=758913&view=rev
Log:
finish removing OS/2 MPM

Modified:
    httpd/httpd/trunk/docs/manual/programs/configure.xml
    httpd/httpd/trunk/server/mpm/config.m4

Modified: httpd/httpd/trunk/docs/manual/programs/configure.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/programs/configure.xml?rev=758913&r1=758912&r2=758913&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/programs/configure.xml (original)
+++ httpd/httpd/trunk/docs/manual/programs/configure.xml Thu Mar 26 23:01:22 2009
@@ -662,7 +662,6 @@
           exactly one <a href="../mpm.html">Multi-Processing Module</a>.
           Otherwise the <a href="../mpm.html#defaults">default MPM</a> for
           your operating system will be taken. Possible MPMs are
-          <module>mpmt_os2</module>,
           <module>prefork</module> and <module>worker</module>.</dd>
       </dl>
     </section>

Modified: httpd/httpd/trunk/server/mpm/config.m4
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/config.m4?rev=758913&r1=758912&r2=758913&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/config.m4 (original)
+++ httpd/httpd/trunk/server/mpm/config.m4 Thu Mar 26 23:01:22 2009
@@ -1,7 +1,7 @@
 AC_MSG_CHECKING(which MPM to use)
 AC_ARG_WITH(mpm,
 APACHE_HELP_STRING(--with-mpm=MPM,Choose the process model for Apache to use.
-                          MPM={simple|event|worker|prefork|mpmt_os2|winnt}
+                          MPM={simple|event|worker|prefork|winnt}
                           Specify "shared" instead of an MPM name to load MPMs dynamically.
 ),[
   APACHE_MPM=$withval