If you want to disable security for one singled domain name you can do it by editing virtualhost in httpd.conf
You can add the below setting in apache’s virtualhost for the domain name
You need to add below rule to disable mod_security
<IfModule mod_security2.c>
SecRuleEngine off
</IfModule>