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 1
1
DD MMM YYYY - 2.9.3 - To be released
2
2
------------------------------------
3
3
4
+ * IIS: Update Wix installer to bundle a supported CRS version (3.0)
5
+ [@victorhora, @zimmerle]
4
6
* IIS: Update dependencies for Windows build
5
7
[Issue #1848 - @victorhora, @hsluoyz]
6
8
* 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
194
194
# assumes that you will use the audit log only ocassionally.
195
195
#
196
196
SecAuditLogType Serial
197
- SecAuditLog c:\inetpub\log \modsec_audit.log
197
+ # SecAuditLog c:\inetpub\logs \modsec_audit.log
198
198
199
199
# Specify the path for concurrent audit logging.
200
- #SecAuditLogStorageDir c:\inetpub\log \
200
+ #SecAuditLogStorageDir c:\inetpub\logs \
201
201
202
202
203
203
# -- Miscellaneous -----------------------------------------------------------
You can’t perform that action at this time.
0 commit comments