From: André Malo Date: Sat, 10 Apr 2004 21:00:02 +0000 (+0000) Subject: yet another bugfix X-Git-Tag: 2.0.50~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98d3e942a9b101ab2a0164c0f841fa2de357594f;p=thirdparty%2Fapache%2Fhttpd.git yet another bugfix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103336 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 2f5dcf7dcd6..60f070f79ed 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/04/10 18:51:50 $] +Last modified at [$Date: 2004/04/10 21:00:02 $] Release: @@ -72,6 +72,13 @@ 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_rewrite: Fix confused map cache (with maps in different VHs using + the same name). PR 26462. (2.0 + 1.3) + A patch for 1.3 is here (2.0 goes similar): + + modules/mappers/mod_rewrite.c: r1.256 + +1: nd + *) mod_log_config: Cleanup log_header_out function to allow multiple headers like Set-Cookie to be logged properly. PR 27787 (2.0 + 1.3) modules/loggers/mod_log_config.c: r1.116