From: André Malo Date: Fri, 16 Apr 2004 23:11:38 +0000 (+0000) Subject: yet another backport X-Git-Tag: 2.0.50~197 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6f0ed293a87109fe2f48c68d45afd9f188326db;p=thirdparty%2Fapache%2Fhttpd.git yet another backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103417 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 055435c7856..796519d8c38 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/04/15 20:10:37 $] +Last modified at [$Date: 2004/04/16 23:11:38 $] Release: @@ -72,6 +72,11 @@ 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! ] + *) mod_headers: Backport ErrorHeader directive (regression from 1.3) + and let Header directives work on both tables. + modules/metadata/mod_headers.c: r1.44, 1.45, 1.51 + +1: nd + *) mod_headers: Allow conditional RequestHeader directives. PR 27951 modules/metadata/mod_headers.c: r1.52 +1: nd, trawick