mirror of
https://github.com/fabriziosalmi/patterns.git
synced 2025-12-17 17:55:48 +00:00
seems to work
This commit is contained in:
parent
613f77c538
commit
d34ec3ecf5
@ -5,8 +5,7 @@ import logging
|
|||||||
logging.basicConfig(level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s")
|
logging.basicConfig(level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s")
|
||||||
|
|
||||||
WAF_DIR = "waf_patterns/apache"
|
WAF_DIR = "waf_patterns/apache"
|
||||||
# APACHE_WAF_DIR = "/etc/modsecurity.d/" # remember to change this back to this
|
APACHE_WAF_DIR = "/etc/modsecurity.d/"
|
||||||
APACHE_WAF_DIR = "testing/" # remember to change this back to this
|
|
||||||
|
|
||||||
APACHE_CONF = "/etc/apache2/apache2.conf"
|
APACHE_CONF = "/etc/apache2/apache2.conf"
|
||||||
INCLUDE_STATEMENT = "IncludeOptional /etc/modsecurity.d/*.conf"
|
INCLUDE_STATEMENT = "IncludeOptional /etc/modsecurity.d/*.conf"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user