9 Jun 2012 04:44
413 Request Entity Too Large for chunked encoded message
Mandar Jog <mandarjog <at> gmail.com>
2012-06-09 02:44:48 GMT
2012-06-09 02:44:48 GMT
I use mod security to log requset body amongst other things.
This affects my production systems to any help is much appreciated.
A particular type of request is a POST of xml data with chunked encoding.
mod_security is rejecting about 20% of these POSTs with a '413 Request
Entity Too Large'
SecAuditEngine On
SecRuleEngine On
SecRequestBodyLimit 132217728
SecRequestBodyNoFilesLimit 132217728
SecRequestBodyInMemoryLimit 132217728
I have set these limits to be incredibly high.
even with these I continue to get the 413 errors. I can be asolutely
certain that the POST request is less that 132M like I have
configured.
--58fded3e-A--
[09/Jun/2012:00:33:20 +0000] T9KZvwr-fhAAAGPsEZUAAACL 10.248.5.170
36263 10.255.126.16 80
--58fded3e-B--
POST /Y2ZhNjliMTM1YzVkY2MzOTZjMzZmMzg5ZDA1Yzg0N2E= HTTP/1.1
host: abc.com
Cache-Control: no-cache
Content-type: text/xml
User-Agent: egauge/pusher
X-Forwarded-For: 65.220.109.5
X-Forwarded-Port: 80
X-Forwarded-Proto: http
(Continue reading)
RSS Feed