emmi wrote:
Hello, I'm trying to upload a file which is around 160MB. But it keeps failing and this appears in logs, any idea howto solve it?
ModSecurity: Request body (Content-Length) is larger than the configured limit (134217728). [hostname "www"] [uri "/forums/index.php"] [unique_id "TCnRfdW1bkI"]
Modify you MODSEC2.USER.CONF where you have the line that has that limit:
Quote:
SecRequestBodyInMemoryLimit
and increase the number, then restart apache.