From d940164617bfb46f4685a4d6921ccf0b44804e4e Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 27 May 2010 07:10:33 -0400 Subject: [PATCH] Disable mod_security for the ispconfig controlpanel vhost as mod_security produces false positive warnings. --- install/tpl/apache_ispconfig.vhost.master | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/install/tpl/apache_ispconfig.vhost.master b/install/tpl/apache_ispconfig.vhost.master index be1b7f8..e464ec4 100644 --- a/install/tpl/apache_ispconfig.vhost.master +++ b/install/tpl/apache_ispconfig.vhost.master @@ -38,6 +38,11 @@ # ErrorLog /var/log/apache2/error.log # CustomLog /var/log/apache2/access.log combined ServerSignature Off + + <IfModule mod_security2.c> + SecRuleEngine Off + </IfModule> + </VirtualHost> -- Gitblit v1.9.1