Justin beat me to the vote, but I had the time for the backport. :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102468
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.49
+ *) core.c: 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.
+ [Brad Nicholes]
+
*) proxy_http fix: mod_proxy hangs when both KeepAlive and
ProxyErrorOverride are enabled, and a non-200 response without a
body is generated by the backend server. (e.g.: a client makes a