Disable Mod Security for a single vhost
From Brian Nelson Ramblings
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>