I'll be replying to my own question.
locate etc/apache2/sites-available/ispconfig.vhost
and in the <Virtualhost> section, add
<IfModule mod_security2.c>
SecRuleEngine Off
</IfModule>
and restart apache
IMO, this could be a good addition to the ISPConfig default configuration.
|