Skip to content

Commit 556d08d

Browse files
Merge pull request #284 from abays/prov_no_http_trace
[OSPRH-14672] Disable HTTP TRACE in OpenStackProvisionServer
2 parents 84c5747 + 2536cfa commit 556d08d

File tree

1 file changed

+3
-0
lines changed
  • templates/openstackprovisionserver/config

1 file changed

+3
-0
lines changed

templates/openstackprovisionserver/config/httpd.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,3 +344,6 @@ IncludeOptional conf.d/autoindex.conf
344344
IncludeOptional conf.d/mod_security.conf
345345
IncludeOptional conf.d/userdir.conf
346346
#IncludeOptional conf.d/welcome.conf
347+
348+
# Disable tracing for security purposes
349+
TraceEnable Off

0 commit comments

Comments
 (0)