git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@758913
13f79535-47bb-0310-9956-
ffa450edef68
exactly one <a href="../mpm.html">Multi-Processing Module</a>.
Otherwise the <a href="../mpm.html#defaults">default MPM</a> for
your operating system will be taken. Possible MPMs are
- <module>mpmt_os2</module>,
<module>prefork</module> and <module>worker</module>.</dd>
</dl>
</section>
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