]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
disable Apache server signature
authorPeter Müller <peter.mueller@link38.eu>
Tue, 5 Dec 2017 13:43:17 +0000 (14:43 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Feb 2018 12:06:02 +0000 (12:06 +0000)
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 <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/httpd/global.conf

index 6cc69b55eaab1b4223c0bb26870be73eb2f6ee40..cc8000379095193f1f22a5cc56c233c7887e59f1 100644 (file)
@@ -1,5 +1,5 @@
 Timeout 300
-ServerSignature on
+ServerSignature off
 UseCanonicalName off
 ServerTokens Prod
 LogLevel warn