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:
[ 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