diff --git a/deployment/puppet/cobbler/templates/httpd_2.4.conf.erb b/deployment/puppet/cobbler/templates/httpd_2.4.conf.erb index 1580af6b95..ce092e6481 100644 --- a/deployment/puppet/cobbler/templates/httpd_2.4.conf.erb +++ b/deployment/puppet/cobbler/templates/httpd_2.4.conf.erb @@ -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.