mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
Fix modsecurity.conf for IIS update CHANGES file
This commit is contained in:
parent
f35075b2a7
commit
a21f97066b
2
CHANGES
2
CHANGES
@ -1,6 +1,8 @@
|
|||||||
DD MMM YYYY - 2.9.3 - To be released
|
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
|
* IIS: Update dependencies for Windows build
|
||||||
[Issue #1848 - @victorhora, @hsluoyz]
|
[Issue #1848 - @victorhora, @hsluoyz]
|
||||||
* IIS: Set SecStreamInBodyInspection by default on IIS builds (#1299)
|
* IIS: Set SecStreamInBodyInspection by default on IIS builds (#1299)
|
||||||
|
@ -194,10 +194,10 @@ SecAuditLogParts ABIJDEFHZ
|
|||||||
# assumes that you will use the audit log only ocassionally.
|
# assumes that you will use the audit log only ocassionally.
|
||||||
#
|
#
|
||||||
SecAuditLogType Serial
|
SecAuditLogType Serial
|
||||||
SecAuditLog c:\inetpub\log\modsec_audit.log
|
#SecAuditLog c:\inetpub\logs\modsec_audit.log
|
||||||
|
|
||||||
# Specify the path for concurrent audit logging.
|
# Specify the path for concurrent audit logging.
|
||||||
#SecAuditLogStorageDir c:\inetpub\log\
|
#SecAuditLogStorageDir c:\inetpub\logs\
|
||||||
|
|
||||||
|
|
||||||
# -- Miscellaneous -----------------------------------------------------------
|
# -- Miscellaneous -----------------------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user