mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Places StatusEngine to be Off by default
StatusEngine is now marked as Off by default. This patch also adds the SecStatusEngine directive to our recommend configuration file.
This commit is contained in:
@@ -61,7 +61,7 @@ unsigned long int DSOLOCAL msc_pcre_match_limit = 0;
|
||||
|
||||
unsigned long int DSOLOCAL msc_pcre_match_limit_recursion = 0;
|
||||
|
||||
int DSOLOCAL status_engine_state = STATUS_ENGINE_ENABLED;
|
||||
int DSOLOCAL status_engine_state = STATUS_ENGINE_DISABLED;
|
||||
|
||||
unsigned long int DSOLOCAL conn_read_state_limit = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user