Control Web Panel
WebPanel => Information => Topic started by: tshetumd on August 08, 2016, 03:47:29 AM
-
Is there any way to disable mod_security for particular domain.
Regards,
-
Hello.
Try adding to the virtualhost:
<IfModule mod_security2.c>
SecRuleEngine Off
SecRequestBodyAccess Off
SecResponseBodyAccess Off
</IfModule>