From d34ec3ecf51feb7f6ec302e184abb86101983ca8 Mon Sep 17 00:00:00 2001 From: Sebastian Gazey Date: Sat, 21 Dec 2024 22:51:02 +0800 Subject: [PATCH] seems to work --- import_apache_waf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/import_apache_waf.py b/import_apache_waf.py index 1cde70f..119407f 100644 --- a/import_apache_waf.py +++ b/import_apache_waf.py @@ -5,8 +5,7 @@ import logging logging.basicConfig(level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s") WAF_DIR = "waf_patterns/apache" -# APACHE_WAF_DIR = "/etc/modsecurity.d/" # remember to change this back to this -APACHE_WAF_DIR = "testing/" # remember to change this back to this +APACHE_WAF_DIR = "/etc/modsecurity.d/" APACHE_CONF = "/etc/apache2/apache2.conf" INCLUDE_STATEMENT = "IncludeOptional /etc/modsecurity.d/*.conf"