XUpload - Large uploads fail and not redirecting

Message
Author
jeffshead
Posts: 18
Joined: Apr 21, 2009 3:26 pm

Large uploads fail and not redirecting

#1 Postby jeffshead » Apr 19, 2013 1:33 pm

Xupload Pro 3.1

Two separate issues:
1. Some large file uploads fail.
2. Sometimes Xupload fails to redirect when uploads complete.

The only log entry I can find when a large file fails to upload is below:

Code: Select all

[Fri Apr 19 07:29:31 2013] [error] [client 192.168.0.1] (OS 10060)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.  : Error reading request entity data
It does not matter which browser I use. However, FireFox crashes whenever this happens.

I tried changing the following Apache settings but they made no difference:

From:

Code: Select all

RequestReadTimeout body=30

To:

Code: Select all

RequestReadTimeout body=60


From:

Code: Select all

SecRequestBodyLimit 13107200
To:

Code: Select all

SecRequestBodyLimit 1342177280
Mod Security is actually not enabled on my server.

When testing with one particular test file, the upload fails at the same spot as indicated in the image below:
Image

When I configure the browser to use a proxy, I get the following error:

Code: Select all

[Fri Apr 19 13:54:40 2013] [error] [client 212.49.70.48] (70014)End of file found: Error reading request entity data
When the redirect fails, the upload completes and there are no log entries to indicate a problem.

Where to start troubleshooting?