Disable modsec for a domain

In apache conf under that user add this:

<IfModule mod_security2.c>
SecRuleEngine Off
</IfModule

Restart httpd

Leave a comment