On 1/12/06, Chris Purcell <apache@xxxxxx> wrote: > Is there a maximum file size limitation in Apache where you cannot > download files over 4GB? I have both an Apache 1.3.29 server and an > Apache 2.2.0 server with the same files on them. One file is 4.2GB and > the other is 5GB. When you view the files in your browser on the > 1.3.29 server, the files are shown as 165MB and 787MB, respectively. On > the Apache 2.2.0 server, the file sizes are shown correctly, but when you > try to download them, they fail once you reach the 4GB mark of the > download. > > I'm running these on a SLES9 server with the reiserfs filesystem, if that > matters any. I'm not an expert on this subject, but I can tell you that there is no large-file support in 1.3, so you won't have luck there. Version 2.2 should support this. One thing to try is "EnableSendfile Off", since I have heard that on some systems, sendfile has problems with large files. Joshua.