public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] disable Apache server signature
@ 2017-12-05 13:43 Peter Müller
  0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2017-12-05 13:43 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 578 bytes --]

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(a)link38.eu>
---
 config/httpd/global.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/httpd/global.conf b/config/httpd/global.conf
index 6cc69b55e..cc8000379 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
-- 
2.13.6



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-05 13:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-05 13:43 [PATCH] disable Apache server signature Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox