On Fri, Sep 14, 2012 at 2:32 PM, Kevin A. McGrail <KMcGrail@xxxxxxxx> wrote: > On 9/14/2012 12:24 AM, val john wrote: >> >> im hosting close to 20 zip files in my site each close to 180MB in size , >> some times when i download one of the files .. its stops in the middle ( >> after 80MB ) ,And some times it get downloaded full file without any >> problem . is there any thing that i need to do in apache to avoid this >> issue. > > > In addition to Mark Montague's comments, the big question I have is time. > > Get a stop watch and time it. How long is this download taking and when > does the cutoff occur? Let's say you have a slow connection and it will > take 10 minutes to download your file. > > Well you might find your Apache configuration has a 5 minute timeout. look > for the Timeout configuration option and see what it is. Timeout is for individual read/writes. You can still download files that take longer than Timeout seconds to download :) The docs have a fuller explanation. http://httpd.apache.org/docs/2.2/mod/core.html#timeout Cheers Tom --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx