Forum Moderators: phranque

Message Too Old, No Replies

413 Request Entity Too Large

         

JustLeo

9:41 pm on Jun 5, 2012 (gmt 0)

10+ Year Member



I'm having the following error message:

Server sent unexpected return value (413 Request Entity Too Large) in response to PUT request

It is an Apache proxy server, I have already tried adding these lines:
LimitXMLRequestBody 0
LimitRequestBody 0


But I'm still having the same problem. What I'm trying to do here, is to upload a big file (2Gb) on SVN which is behind this proxy.
Subversion is working fine so the problem is on the configuration of the proxy.

Any ideas? Any suggestion? Thanks.

g1smd

9:57 pm on Jun 5, 2012 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I'd guess that's way over the allowed size for a PUT request.