file.
Submitted by: Cliff Woolley <cliffwoolley@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88147
13f79535-47bb-0310-9956-
ffa450edef68
(-) 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)
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