diff options
author | Jim Jagielski <jim@apache.org> | 2004-10-10 22:02:46 +0000 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2004-10-10 22:02:46 +0000 |
commit | 864611b91fbfee5975fbeb8bb1bd9115b404cbd9 (patch) | |
tree | f19e664a55c663647726b015bf6fc56f4582fd31 | |
parent | 482614c9023a7453f7ecd94999c9100e181fb722 (diff) | |
download | httpd-864611b91fbfee5975fbeb8bb1bd9115b404cbd9.tar.gz |
Vote for a useful little addition
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105401 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | STATUS | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/10/05 00:29:48 $] +Last modified at [$Date: 2004/10/10 22:02:46 $] Release: @@ -75,6 +75,14 @@ PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + *) 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 + *) mod_auth_ldap: Handle the inconsistent way in which the MS LDAP library handles special characters. http://issues.apache.org/bugzilla/showattachment.cgi?attach_id=12919 |