Mod_security disable rule globally

To disable rule globally add this to: /etc/httpd/conf/extra/httpd-includes.conf

#MOD_SEC disable rule
<IfModule mod_security2.c>
   SecRuleEngine 211220
   SecRuleEngine id2...
   ...
</IfModule>