[WAF] recent update breaks custom settings?

simpel

Verified User
Joined
Jun 6, 2019
Messages
32
since the last update it seems custom options arent honored anymore.

I had set SecRequestBodyLimit under long time ago:
Comodo WAF ... -> Userdata -> Custom Rules:
SecRequestBodyLimit 820000000

but this is now suddenly disregarded:
,"audit_data":{"messages":["Request body no files data length is larger than the configured limit (131072)."],

this custom value is also in:
/etc/cwaf/httpd/custom_user.conf: SecRequestBodyLimit 820000000

which should override (right?):
/etc/httpd/conf/extra/httpd-modsecurity.conf: SecRequestBodyLimit 13107200

Version info as mentioned on directadmin page:
Current rules version 1.230 (Latest version)Restore rules
CWAF plugin version 2.24.5 (Latest version)
Web Platform Apache
Apache version 2.4.43
Mod_security compatible yes
Mod_security loaded yes
Mod_security conf /etc/httpd/conf/extra/httpd-modsecurity.conf


could this be due to the last update of WAF?
 
Back
Top