How to disable Apache mod_security for a website in ISPConfig 3.
Wednesday, March 10, 2010 posted by Till
If you use mod_security on your server you might encounter that a website script is not compatible with mod_security. To disable mod_security (v2) for a website, add the following code into the apache directives field:
SecRuleEngine Off
For the older mod_security 1 version, use these configuration directives:
SecFilterEngine Off
Thanks to Planetfox for this tipp.

