From b08c33ecd1835f1706318fd594f454b01b9e7f3e Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 26 Mar 2009 23:01:22 +0000 Subject: [PATCH] finish removing OS/2 MPM git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758913 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/programs/configure.xml | 1 - server/mpm/config.m4 | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/manual/programs/configure.xml b/docs/manual/programs/configure.xml index c5a8871b27..2d821fcdb2 100644 --- a/docs/manual/programs/configure.xml +++ b/docs/manual/programs/configure.xml @@ -662,7 +662,6 @@ exactly one Multi-Processing Module. Otherwise the default MPM for your operating system will be taken. Possible MPMs are - mpmt_os2, prefork and worker. diff --git a/server/mpm/config.m4 b/server/mpm/config.m4 index 664eff057f..a4a7e325d7 100644 --- a/server/mpm/config.m4 +++ b/server/mpm/config.m4 @@ -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 -- 2.50.1