From: Jeff Trawick Date: Mon, 20 Sep 2004 22:17:35 +0000 (+0000) Subject: propose X-Git-Tag: 2.0.52~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e08a3ef8411547071e5be685babe8143e9ee8ba;p=thirdparty%2Fapache%2Fhttpd.git propose git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105220 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index cde447bc453..67765100ffd 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/09/20 20:57:13 $] +Last modified at [$Date: 2004/09/20 22:17:35 $] Release: @@ -107,6 +107,12 @@ PATCHES TO BACKPORT FROM 2.1 modules/mappers/mod_rewrite.c: r1.259 +1: nd, jerenkrantz + *) mod_rewrite: Handle per-location rules when r->filename is unset. + Previously this would segfault or simply not match as expected, + depending on the platform. + modules/mappers/mod_rewrite.c: r1.260 + +1: trawick + *) mod_headers: Support {...}s tag for SSL variable lookup. http://www.apache.org/~jorton/mod_headers-2.0-ssl.diff +1: jorton, trawick