From becbf67de73290f43fd6658c2c66c6e174d6afe2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 11 Mar 2015 15:42:08 +0100 Subject: [PATCH] apache: Do not show loaded modules The server header will show less information about the modules of the apache daemon. Fixes #10671 --- 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 a977026436..3fbd5e2946 100644 --- a/config/httpd/global.conf +++ b/config/httpd/global.conf @@ -1,7 +1,7 @@ Timeout 300 ServerSignature on UseCanonicalName off -ServerTokens Full +ServerTokens Prod LogLevel warn CustomLog /var/log/httpd/access_log combined Include /etc/httpd/conf/hostname.conf -- 2.39.5