On Wed, Jan 05, 2005 at 12:23:40PM +0900, Naoki wrote: > 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] I forgot to also mention: that change was not correct: the correct code relative to 2.0.52 is: http://www.apache.org/~jorton/ap_splitlfs.diff joe