From: Oliver Böttcher Date: Thu, 28 Jan 2016 09:03:13 +0000 (+0100) Subject: Disable Trace for apache X-Git-Tag: v0.1.0~5443 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=e5ef079106b89d44636f0b9272aa3a671d914a04;p=pixelpark%2Fhiera.git Disable Trace for apache --- diff --git a/modules/apache.yaml b/modules/apache.yaml index b11257c6..25ed8266 100644 --- a/modules/apache.yaml +++ b/modules/apache.yaml @@ -12,6 +12,7 @@ apache::mod::info::allow_from: apache::server_signature: 'Off' apache::server_tokens: 'Prod' +apache::trace_enable: 'Off' apache::mod::ssl::ssl_cipher: 'AES256+EECDH:AES256+EDH:AES128+EECDH:AES128+EDH'