Kristian/Thomas: Would it help to take a look at the connection paramaters for ProxyPass? max to throttle the max number of connections to backend? ttl to throttle the time to live for inactive connections? retry increase the amount of time for backend server people to reboot or fix the problem which is causing error state E.g. ProxyPass /example http://backend.example.com max=20 ttl=120 retry=300 http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass ? Martin
> Date: Fri, 21 Nov 2014 21:13:37 +0100 > From: [email protected] > To: [email protected] > Subject: Re: [fileupload] multipart parsing failed: null? > > Hi Thomas; > > thanks for your feedback. > > > we have already received similar reports for previous versions of > > fileupload, but failed to come up with a re-producible test case or to > > track this problem down. > > > > Could you please create a new issue on our issue tracker and attach as > > much information as possible? > > Done so: https://issues.apache.org/jira/browse/FILEUPLOAD-262 > > I also have seen this issue before then and now but, right now, it seems > to manifest itself a bit more massive than before. Not sure why - or > which information to provide to allow for building a reliable test case > as I still fail to reproduce it too... :/ > > Best regards, > Kristian > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
