Disable TRACE method for Apache 2.4
Avoiding possible XST attack vector Change-Id: I3f4d29c71811a3d6240cfa8b9242039c27a6cad7 Closes-Bug: #1533209
This commit is contained in:
parent
7c0d1977ca
commit
479e228cb0
@ -347,6 +347,9 @@ AddDefaultCharset UTF-8
|
||||
#EnableMMAP off
|
||||
EnableSendfile on
|
||||
|
||||
# Disable TRACE method
|
||||
TraceEnable off
|
||||
|
||||
# Supplemental configuration
|
||||
#
|
||||
# Load config files in the "/etc/httpd/conf.d" directory, if any.
|
||||
|
Loading…
Reference in New Issue
Block a user