From: Graham Leggett Date: Sat, 22 May 2004 01:12:27 +0000 (+0000) Subject: Propose another backport X-Git-Tag: 2.0.50~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=134bcd5dcef2732d7c84d1bbb3ff4b92c8559761;p=thirdparty%2Fapache%2Fhttpd.git Propose another backport PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103737 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index aa5bb2241ee..7105aecf520 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/05/22 00:12:59 $] +Last modified at [$Date: 2004/05/22 01:12:27 $] Release: @@ -72,6 +72,12 @@ 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! ] + *) Throw an error message if an attempt is made to use the LDAPTrustedCA + or LDAPTrustedCAType directives in a VirtualHost. + modules/experimental/util_ldap.c r1.29 + PR 26390 [Brad Nicholes] + +1: minfrin + *) Small fix to allow reverse proxying to an ftp server. Previously an attempt to do this would try and connect to 0.0.0.0, regardless of the server specified.