Problem
Below code is presented in original ISC .htacess file which is already obsoleted in Apache2 and ModSecurity2
Solution
Remove below code completely from .htaccess
<IfModule mod_security.c> SecFilterEngine Off SecFilterScanPOST Off </IfModule>