From: Madhusudan Mathihalli Date: Tue, 9 Mar 2004 18:14:00 +0000 (+0000) Subject: Propose a backport (for mod_rewrite to recognize SSL variables) X-Git-Tag: 2.0.49~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=828838be1dcfb8074540777e04355e59868e1932;p=thirdparty%2Fapache%2Fhttpd.git Propose a backport (for mod_rewrite to recognize SSL variables) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102906 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 45df85af39a..539275aaca2 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/03/08 23:35:51 $] +Last modified at [$Date: 2004/03/09 18:14:00 $] Release: @@ -71,6 +71,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! ] + *) mod_rewrite: Support for recognizing SSL variables in RewriteCond + using the new "SSL:" format. + modules/mappers/mod_rewrite.c: 1.253 + modules/mappers/mod_ssl.c: 1.38 + +1: madhum + *) Provide TLS/SSL upgrade functionality in mod_ssl allowing an unsecure connection to be upgraded to a secure connection upon request by the client. The full patch file is available at http://www.apache.org/~bnicholes/