php - Apache2 mod_fcgid can't get data from http client -
i have android apps lot of uploads via http post server. server running ubuntu apache/2.2.17.
this domain hosts php script receive uploads, running through mod_fcgid.
at moment have around 10k uploads per 24 hours total data of aprox 4gb in time frame.
and lot of mod_fcgid errors. logs full of them.
(70007)the timeout specified has expired: mod_fcgid: can't data http client (70014)end of file found: mod_fcgid: can't data http client
any idea how fix it?
my fcgid.conf:
<ifmodule mod_fcgid.c> addhandler fcgid-script .fcgi # fcgidconnecttimeout 120 fcgidmaxrequestlen 1073741824 fcgidiotimeout 3600 fcgidconnecttimeout 3600 fcgidbusytimeout 3600 fcgididletimeout 9600 fcgidprocesslifetime 9600 </ifmodule>
if can upload large file within limit (60 minutes) doesn't mean on gsm connection can. 20 mb file, uplink speed must 6 kb/s. increase fcgidiotimeout
match minimum expect clients.
Comments
Post a Comment