Changes with Apache 2.0.53
+ *) Allow for the use of --with-module=foo:bar where the ./modules/foo
+ directory is local only. Assumes, of course, that the required
+ files are in ./modules/foo, but makes it easier to statically
+ build/log "external" modules. [Jim Jagielski]
+
*) Util_ldap: Implemented the util_ldap_cache_getuserdn() API so that
ldap authorization only modules have access to the util_ldap
user cache without having to require ldap authentication as well.
PR: 31848
+1: jorton, wrowe, jim
- *) Allow for the use of --with-module=foo:bar where the ./modules/foo
- directory is a local addition to the ./modules directory.
- Assumes, of course, that the required files are in ./modules/foo,
- but makes it easier to statically build "external" modules by
- simply adding them to ./modules.
- modules/config5.m4: 1.4
- +1: jim, jerenkrantz, erikabele
- +0: wrowe
- (would rather see --with-module-lib=foo --enable-bar=shared syntax to
- support multiple libs, module modules. Might need to pass the
- --with-module-lib=foo to ./buildconf instead.)
-
*) several changes to improve logging of connection-oriented errors, including
ap_log_cerror() API (needs minor bump in addition to changes below)
http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.289&r2=1.291
mv $modpath_current/modules.mk.tmp $modpath_current/modules.mk
fi
MODLIST="$MODLIST $module"
+ MODULE_DIRS="$MODULE_DIRS $modtype"
+ APACHE_FAST_OUTPUT($modpath_current/Makefile)
AC_MSG_RESULT(added $withval)
],
[ AC_MSG_RESULT(no extra modules)