]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
apache: Do not show loaded modules
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 11 Mar 2015 14:42:08 +0000 (15:42 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 11 Mar 2015 14:42:08 +0000 (15:42 +0100)
The server header will show less information about the
modules of the apache daemon.

Fixes #10671

config/httpd/global.conf

index a9770264366361a611db5ea5e91238fa81289c6f..3fbd5e2946d9b36a7d225510e79715b9095a73b5 100644 (file)
@@ -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