From: Peter Müller Date: Tue, 5 Dec 2017 13:43:17 +0000 (+0100) Subject: disable Apache server signature X-Git-Tag: v2.19-core120~83 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51bf74a1c8783e5fa18172e9aa15cbdb7cba7cb8;p=ipfire-2.x.git disable Apache server signature Sending the server signature is unnecessary and might leak some internal information (although ServerTokens is already set to "Prod"). Signed-off-by: Peter Müller Signed-off-by: Michael Tremer --- diff --git a/config/httpd/global.conf b/config/httpd/global.conf index 6cc69b55ea..cc80003790 100644 --- a/config/httpd/global.conf +++ b/config/httpd/global.conf @@ -1,5 +1,5 @@ Timeout 300 -ServerSignature on +ServerSignature off UseCanonicalName off ServerTokens Prod LogLevel warn