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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user