Control Web Panel

WebPanel => Information => Topic started by: tshetumd on August 08, 2016, 03:47:29 AM

Title: How to disable mod_security for particular domain
Post by: tshetumd on August 08, 2016, 03:47:29 AM
Is there any way to disable mod_security for particular domain.

Regards,
Title: Re: How to disable mod_security for particular domain
Post by: Igor S. on August 10, 2016, 08:26:53 AM
Hello.

Try adding to the virtualhost:

Code: [Select]
<IfModule mod_security2.c>
        SecRuleEngine Off
        SecRequestBodyAccess Off
        SecResponseBodyAccess Off
</IfModule>