php - File download getting canceled afte ~1GB of transfer -


i have 4gb file on server served via php script.

sadly after transferring around 1gb download aborted , following messages in server log:

(104)connection reset peer: mod_fcgid: error reading data fastcgi server, referer: http://www.domain.tld/files/?dir=downloads/video/testvid (104)connection reset peer: mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer: http://www.domain.tld/files/?dir=downloads/video/testvid 

i googled both errors every suggestion far didn't work or had changing chmod on data plesk uses throw errors.

anybody ideas? - going wrong?

i tried put in apache &nginx settings http & https:

<ifmodule mod_fcgid.c>  fcgidconnecttimeout 43200  fcgidbusytimeout 43200  fcgidiotimeout 43200  fcgidmaxrequestlen 335544320  fcgidmaxrequestsperprocess 20000  </ifmodule> 


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -