From 94118b253637f120ff17265df5489256204c3e98 Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Mon, 12 Mar 2018 11:00:53 +0100 Subject: [PATCH] Apache: Don't turn on modsec if it's available on default vhost --- apache/templates/evolinux-default.conf.j2 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apache/templates/evolinux-default.conf.j2 b/apache/templates/evolinux-default.conf.j2 index e1c97911..3f058803 100644 --- a/apache/templates/evolinux-default.conf.j2 +++ b/apache/templates/evolinux-default.conf.j2 @@ -60,6 +60,10 @@ + + SecRuleEngine Off + + @@ -119,5 +123,9 @@ + + SecRuleEngine Off + +