]> granicus.if.org Git - apache/commit
Allow building httpd without a built-in MPM by specifying
authorJeff Trawick <trawick@apache.org>
Tue, 24 Mar 2009 20:23:42 +0000 (20:23 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 24 Mar 2009 20:23:42 +0000 (20:23 +0000)
commit076514f3ac7bf90aa63bc25c36d1c5883d060f76
treeafffd7bb5ef45251817d419d721bee5771d5c1d2
parente8937b1710b3c8e9b8ce1f3ae1b18862a4cf624d
Allow building httpd without a built-in MPM by specifying

  --with-mpm=shared

on configure.  When built thusly, an MPM should be loaded via LoadModule.

(Currently you need to build the MPM with apxs.)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@757999 13f79535-47bb-0310-9956-ffa450edef68
modules/arch/unix/config5.m4
server/mpm/config.m4