Skip to content

Commit dcc63a3

Browse files
author
Felipe Zimmerle
committed
iis: Changes ModSecurityIIS conf to set SecEngineStatus to On
1 parent b35e818 commit dcc63a3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

iis/wix/modsecurity.conf

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,5 +210,12 @@ SecCookieFormat 0
210210
# to properly map encoded data to your language. Properly setting
211211
# these directives helps to reduce false positives and negatives.
212212
#
213-
#SecUnicodeCodePage 20127
214-
#SecUnicodeMapFile unicode.mapping
213+
#SecUnicodeMapFile unicode.mapping 20127
214+
215+
# Improve the quality of ModSecurity by sharing information about your
216+
# current ModSecurity version and dependencies versions.
217+
# The following information will be shared: ModSecurity version,
218+
# Web Server version, APR version, PCRE version, Lua version, Libxml2
219+
# version, Anonymous unique id for host.
220+
SecStatusEngine On
221+

0 commit comments

Comments
 (0)