Skip to content

Commit a21f970

Browse files
committed
Fix modsecurity.conf for IIS update CHANGES file
1 parent f35075b commit a21f970

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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.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)

iis/wix/modsecurity.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ SecAuditLogParts ABIJDEFHZ
194194
# assumes that you will use the audit log only ocassionally.
195195
#
196196
SecAuditLogType 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 -----------------------------------------------------------

0 commit comments

Comments
 (0)