From: Bradley Nicholes Date: Thu, 8 Jan 2004 18:40:47 +0000 (+0000) Subject: Add a backport proposal X-Git-Tag: 2.0.49~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0c4e78a2840e8d9dad3bfd99bab0f9a3750eb6f;p=thirdparty%2Fapache%2Fhttpd.git Add a backport proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102232 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 31b57eabdca..b0a6fa82312 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/01/08 13:42:18 $] +Last modified at [$Date: 2004/01/08 18:40:47 $] Release: @@ -78,6 +78,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! ] + * If large file support is enabled, allow any file that is greater than + AP_MAX_SENDFILE to be split into multiple buckets. This allows Apache + to send files that are greater than 2gig. Otherwise we run into + 32/64 bit type mismatches in the file size. + server/core.c r1.255 + +1: bnicholes + * mod_ssl: Fix ssl_var_lookup for non-SSL requests, and logging of SSL variables from non-SSL connections. http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_vars.c?r1=1.24&r2=1.25