From: Ryan Bloom Date: Tue, 13 Feb 2001 21:23:22 +0000 (+0000) Subject: Fix some spelling mistakes and remove the mpmt_beos MPM from the config.m4 X-Git-Tag: 2.0.11~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87a25c5f8e0f997b974fdf45d7a8f6594d95b6f1;p=apache Fix some spelling mistakes and remove the mpmt_beos MPM from the config.m4 file. Submitted by: Cliff Woolley git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88147 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/INSTALL b/INSTALL index f8bb4e2424..8207dc819d 100644 --- a/INSTALL +++ b/INSTALL @@ -322,7 +322,7 @@ (-) mod_example ...... Apache API demonstration (developers only) MPMs - mpmt_pthread ..... Mutli-process(dynamic) Multi-threaded(static) + mpmt_pthread ..... Multi-process(dynamic) Multi-threaded(static) Unix MPM prefork .......... Preforking Unix MPM perchild ......... Multi-process(static) Multi-threaded(dynamic) diff --git a/server/mpm/config.m4 b/server/mpm/config.m4 index 0e51dae488..8e1c290269 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, [ --with-mpm=MPM Choose the process model for Apache to use. - MPM={mpmt_beos,mpmt_pthread,prefork,spmt_os2,perchild}],[ + MPM={beos,mpmt_pthread,prefork,spmt_os2,perchild}],[ APACHE_MPM=$withval ],[ if test "x$APACHE_MPM" = "x"; then