diff --git a/CHANGES b/CHANGES index df79fcd3..4d693420 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ DD MMM YYYY - 2.9.3 - To be released ------------------------------------ + * IIS: Update Wix installer to bundle a supported CRS version (3.0) + [@victorhora, @zimmerle] * IIS: Update dependencies for Windows build [Issue #1848 - @victorhora, @hsluoyz] * IIS: Set SecStreamInBodyInspection by default on IIS builds (#1299) diff --git a/iis/wix/modsecurity.conf b/iis/wix/modsecurity.conf index 42e6b553..fcce6359 100644 --- a/iis/wix/modsecurity.conf +++ b/iis/wix/modsecurity.conf @@ -194,10 +194,10 @@ SecAuditLogParts ABIJDEFHZ # assumes that you will use the audit log only ocassionally. # SecAuditLogType Serial -SecAuditLog c:\inetpub\log\modsec_audit.log +#SecAuditLog c:\inetpub\logs\modsec_audit.log # Specify the path for concurrent audit logging. -#SecAuditLogStorageDir c:\inetpub\log\ +#SecAuditLogStorageDir c:\inetpub\logs\ # -- Miscellaneous -----------------------------------------------------------