diff --git a/puppet/modules/site_apache/files/conf.d/security b/puppet/modules/site_apache/files/conf.d/security
index a5ae5bdc31448a63665c85a8aeefc96fc8684acb..fdcf6270fd6ce2f66f1f782ed9123b0a685d241c 100644
--- a/puppet/modules/site_apache/files/conf.d/security
+++ b/puppet/modules/site_apache/files/conf.d/security
@@ -45,8 +45,8 @@ ServerSignature Off
 #
 # Set to one of:  On | Off | extended
 #
-#TraceEnable Off
-TraceEnable On
+TraceEnable Off
+#TraceEnable On
 
 # Setting this header will prevent other sites from embedding pages from this
 # site as frames. This defends against clickjacking attacks.