mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +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:
parent
e131e2222d
commit
a6d93441c1
@ -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;
|
||||
|
||||
|
@ -211,3 +211,10 @@ SecCookieFormat 0
|
||||
#
|
||||
SecUnicodeMapFile unicode.mapping 20127
|
||||
|
||||
# Improve the quality of ModSecurity by sharing information about your
|
||||
# current ModSecurity version and dependencies versions.
|
||||
# The following information will be shared: ModSecurity version,
|
||||
# Web Server version, APR version, PCRE version, Lua version, Libxml2
|
||||
# version, Anonymous unique id for host.
|
||||
SecStatusEngine On
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user