Skip to content

Commit 7334271

Browse files
committed
Set SecStatusEngine Off in modsecurity.conf-recommended
1 parent 1dd1c6d commit 7334271

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
DD mmm YYYY - 2.9.x (to be released)
22
-------------------
33

4+
* Set SecStatusEngine Off in modsecurity.conf-recommended
5+
[Issue #2717 - @un99known99, @martinhsv]
46
* Fix memory leak that occurs on JSON parsing error
57
[Issue #2236 @argenet, @vloup, @martinhsv]
68
* Multipart names/filenames may include single quote if double-quote enclosed

modsecurity.conf-recommended

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,5 +234,7 @@ SecUnicodeMapFile unicode.mapping 20127
234234
# The following information will be shared: ModSecurity version,
235235
# Web Server version, APR version, PCRE version, Lua version, Libxml2
236236
# version, Anonymous unique id for host.
237-
SecStatusEngine On
237+
# NB: As of April 2022, there is no longer any advantage to turning this
238+
# setting On, as there is no active receiver for the information.
239+
SecStatusEngine Off
238240

0 commit comments

Comments
 (0)