Partial results are valid but processing is incomplete: mod_fcgid: can't get data from http client

Themiller picture Themiller · Nov 7, 2015 · Viewed 12.2k times · Source

I would like to upload large files up to 50GB.

I edited my php.ini

max_execution_time = 18000
max_input_time = 18000
post_max_size = 50G
upload_max_filesize = 50G

I increased mod_fcgid values in my vhost

IdleTimeout 18000
ProcessLifeTime 18000
FcgidMaxRequestLen 64424509440
FcgidIOTimeout 18000

I can upload files around 2-3GB maximum, but for more there are two cases:

  • No error in apache logs for files around 10GB
  • An error for files around 5GB : (70008)Partial results are valid but processing is incomplete: mod_fcgid: can't get data from http client

The site (if it can help you) : http://filetransfer.fr

Thank you in advance to any one who will help me !

Debian 7, apache 2.2.22, PHP 5.4.45

Answer

mjoao picture mjoao · Oct 25, 2017

We got that only with Internet Explorer / Edge. As long we use something different everything's OK.

It seems compressed content in IE / Edge is somehow buggy. You may try to disable compression and check if that goes away.