diff options
Diffstat (limited to '')
-rw-r--r-- | INSTALL | 2 | ||||
-rw-r--r-- | server/mpm/config.m4 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |