Loading INSTALL +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading server/mpm/config.m4 +1 −1 Original line number Diff line number Diff line 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 Loading Loading
INSTALL +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading
server/mpm/config.m4 +1 −1 Original line number Diff line number Diff line 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 Loading