7cc77074d12e6ed11433da96af0df1e1a27e9b3d 1409214 |
|
14-Nov-2012 |
jim |
Pull out the "extended" pod functions used by event and worker
to core, since it will be used by Simple and Lean and
likely other MPMs. Avoid duplication. |
319fab7d7f9b50ff1e6403b44a51c09f9a594cdb 1395252 |
|
07-Oct-2012 |
sf |
Fix usage of MOD_* variables for MPM modules
r1385216 broke building of mpm event with serf support. To fix,
* introduce APACHE_MPMPATH_INIT/FINISH similar to
APACHE_MODPATH_INIT/FINISH to create modules.mk and add
MOD_* vars to it.
* change APACHE_MPM_MODULE to only append to modules.mk, not
overwrite
* add APACHE_MPMPATH_INIT/FINISH to all MPMs |
0af58edfee6112cc3399e0e693340e525b96ab1c 832434 |
|
03-Nov-2009 |
trawick |
Change the configure-based MPM build mechanism to support building
an MPM as a shared shared or dynamic module, primarily using the
APACHE_MPM_MODULE() function.
--enable-mpms-shared now builds/installs the MPMs as dynamic modules.
(But no LoadModule directives are added.) |
125681776870ca1c5f5db07ae7b32540ee44e2f9 832228 |
|
03-Nov-2009 |
trawick |
more configure-time support for dynamically loadable MPMs:
. axe --with-mpm="shared" hack, replace with --enable-mpms-shared={all|list}
. replace singular MPM_NAME with access to the list of enabled MPMs
. replace singular MPM_SUBDIR with list MPM_SUBDIRS
. enable OS/2 MPM in same manner as others with configure support instead of
hard-coding in configure.in
Current state: MPMs are built as static archives (but not linked to httpd) with
--enable-mpms-shared, so they still have to be built with apxs to load
dynamically. |
975a439168ef56eda38f05bd25ddb64c15dbe01d 771997 |
|
06-May-2009 |
wrowe |
Ensure all mpm's configure at config3 |