]> granicus.if.org Git - apache/commitdiff
finish removing OS/2 MPM
authorJeff Trawick <trawick@apache.org>
Thu, 26 Mar 2009 23:01:22 +0000 (23:01 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 26 Mar 2009 23:01:22 +0000 (23:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758913 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/programs/configure.xml
server/mpm/config.m4

index c5a8871b27bf0912c75c90511ecafa38e0792b6f..2d821fcdb28ebc0aa92fba5291d70efa11310f56 100644 (file)
           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>
index 664eff057f016bd0ededce709b8116ec1c58a9af..a4a7e325d7d3e8e6a7ff390781e2cadb14ce08db 100644 (file)
@@ -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