File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11DD MMM YYYY - 2.9.3 - To be released
22------------------------------------
33
4+ * IIS: Update Wix installer to bundle a supported CRS version (3.0)
5+ [@victorhora, @zimmerle]
46 * IIS: Update dependencies for Windows build
57 [Issue #1848 - @victorhora, @hsluoyz]
68 * IIS: Set SecStreamInBodyInspection by default on IIS builds (#1299)
Original file line number Diff line number Diff line change @@ -194,10 +194,10 @@ SecAuditLogParts ABIJDEFHZ
194194# assumes that you will use the audit log only ocassionally.
195195#
196196SecAuditLogType Serial
197- SecAuditLog c:\inetpub\log \modsec_audit.log
197+ # SecAuditLog c:\inetpub\logs \modsec_audit.log
198198
199199# Specify the path for concurrent audit logging.
200- #SecAuditLogStorageDir c:\inetpub\log \
200+ #SecAuditLogStorageDir c:\inetpub\logs \
201201
202202
203203# -- Miscellaneous -----------------------------------------------------------
You can’t perform that action at this time.
0 commit comments