SecRequestBodyInMemoryLimit

Hello,

I am having problems when uploading files to owncloud, I get the following error:

--04a2a81d-F--
HTTP/1.1 413 Request Entity Too Large
Content-Length: 365
Connection: close
Content-Type: text/html; charset=iso-8859-1

--04a2a81d-H--
Message: Request body (Content-Length) is larger than the configured limit (134217728).
Stopwatch: 1446635077450393 6001 (- - -)


Stopwatch2: 1446635077450393 6001; combined=2225, p1=1691, p2=0, p3=109, p4=290, p5=134, sr=175, sw=1, l=0, gc=0
Producer: ModSecurity for Apache/2.9.0 (http://www.modsecurity.org/); CWAF_Apache.
Server: Apache/2.2.15
Engine-Mode: "ENABLED"

--04a2a81d-Z--

I then inserted the flowing line into Comodo Waf userdata Custom rules

SecRequestBodyInMemoryLimit 2147483647

Then I restarted apache but unfortunately it seems the problem continues and I see the same error.

Any ideas?

Thanks.

Ok, I solved it, I increased SecRequestBodyLimit value :-TU