From: Graham Leggett Date: Tue, 25 May 2004 16:19:09 +0000 (+0000) Subject: One less bug X-Git-Tag: 2.0.50~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=014d76c5341a69b6097fccaef317cfe9cb729152;p=thirdparty%2Fapache%2Fhttpd.git One less bug PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103758 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 33ee51480f2..2beb9b2afde 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/05/25 00:14:36 $] +Last modified at [$Date: 2004/05/25 16:19:09 $] Release: @@ -83,12 +83,6 @@ PATCHES TO BACKPORT FROM 2.1 PR 24801 +1: minfrin, bnicholes, jim - *) 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, bnicholes, jim - *) 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.