/[Apache-SVN]
ViewVC logotype

Revision 832228


Jump to revision: Previous Next
Author: trawick
Date: Tue Nov 3 00:38:06 2009 UTC (3 weeks ago)
Changed paths: 13
Log Message:
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.

Changed paths:

Path Details
Directoryhttpd/httpd/trunk/build/config_vars.sh.in modified , text changed
Directoryhttpd/httpd/trunk/configure.in modified , text changed
Directoryhttpd/httpd/trunk/modules/arch/unix/config5.m4 modified , text changed
Directoryhttpd/httpd/trunk/server/mpm/Makefile.in modified , text changed
Directoryhttpd/httpd/trunk/server/mpm/config.m4 modified , text changed
Directoryhttpd/httpd/trunk/server/mpm/config2.m4 modified , text changed
Directoryhttpd/httpd/trunk/server/mpm/event/config3.m4 modified , text changed
Directoryhttpd/httpd/trunk/server/mpm/mpmt_os2/config.m4 added
Directoryhttpd/httpd/trunk/server/mpm/mpmt_os2/config5.m4 modified , text changed
Directoryhttpd/httpd/trunk/server/mpm/prefork/config3.m4 modified , text changed
Directoryhttpd/httpd/trunk/server/mpm/simple/config3.m4 modified , text changed
Directoryhttpd/httpd/trunk/server/mpm/winnt/config3.m4 modified , text changed
Directoryhttpd/httpd/trunk/server/mpm/worker/config3.m4 modified , text changed

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2