Difference between revisions of "Disable Mod Security for a single vhost"

From Brian Nelson Ramblings
Jump to: navigation, search
(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 ...")
 
(No difference)

Latest revision as of 14:43, 12 February 2014

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>