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 <peter.mueller@link38.eu>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Peter Müller
2017-12-05 14:43:17 +01:00
committed by Michael Tremer
parent 3f42cf5cb9
commit 51bf74a1c8

View File

@@ -1,5 +1,5 @@
Timeout 300
ServerSignature on
ServerSignature off
UseCanonicalName off
ServerTokens Prod
LogLevel warn