From: Michael Tremer Date: Wed, 11 Mar 2015 14:42:08 +0000 (+0100) Subject: apache: Do not show loaded modules X-Git-Tag: v2.17-core91~163^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=becbf67de73290f43fd6658c2c66c6e174d6afe2;p=people%2Fstevee%2Fipfire-2.x.git apache: Do not show loaded modules The server header will show less information about the modules of the apache daemon. Fixes #10671 --- 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