Disable Mod Security for a single vhost

From Brian Nelson Ramblings
Revision as of 14:43, 12 February 2014 by Brian (Talk | contribs) (Created page with "==Disable Mod_Security on a Single Domain/Vhost== Sometimes, you need to disable mod_security for the entire vhost file. <IfModule mod_security.c> SecFilterEngine Off ...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Disable Mod_Security on a Single Domain/Vhost

Sometimes, you need to disable mod_security for the entire vhost file.

<IfModule mod_security.c>
    SecFilterEngine Off
    SecFilterScanPOST Off
</IfModule>