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 ...")
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>