Page 1 of 1

Cannot download files lager then 60 mb

PostPosted: 14. December 2013 21:24
by DSTU
I cannot configure XAMPP to download files lager 60mb. Files are downloaded, but them size is 60mb (61440 kb). IN log of apache i see error 206. I've searched in google but nothing found. Config of apache is default. Download i try with IE9/Opera.

Re: Cannot download files lager then 60 mb

PostPosted: 28. December 2013 05:18
by gsmith
If this is Apache 2.4.x, try using
EnableSendfile On

Re: Cannot download files lager then 60 mb

PostPosted: 28. December 2013 17:05
by IamJim
gsmith wrote:If this is Apache 2.4.x, try using
EnableSendfile On


Thanks for your post gsmith, It does not seem to happen for me but for reference, and after doing the legwork about this switch...I found this great reading describing it: Hope it helps someone else.

http://searchenterpriselinux.techtarget ... -resources

Re: Cannot download files lager then 60 mb

PostPosted: 02. January 2014 05:46
by gsmith
It all depends on the server and the available RAM. I've seen numerous reports from 60 to 120MB. I have three servers and I get 84MB on one and 106MB on another and I have not tried on the third.

This is one thing that changed in 2.4 (at 2.3.9), that is that EnableSendfile's default is Off, where it is On in 2.2.x

Just how large a file are you able to download from yours IamJim?