Knowledgebase
Disable mod_security for a domain
Posted by PremiumReseller.com on 15 December 2008 05:05 AM
How to disable mod_security for a particular domain?

Add the following lines to virtual host configuration

<IfModudle mod_security2.c>
SecRuleEngine Off
</IfModule>


(327 vote(s))
This article was helpful
This article was not helpful