apache: Do not show loaded modules

The server header will show less information about the
modules of the apache daemon.

Fixes #10671
This commit is contained in:
Michael Tremer
2015-03-11 15:42:08 +01:00
parent ea40188f66
commit becbf67de7

View File

@@ -1,7 +1,7 @@
Timeout 300 Timeout 300
ServerSignature on ServerSignature on
UseCanonicalName off UseCanonicalName off
ServerTokens Full ServerTokens Prod
LogLevel warn LogLevel warn
CustomLog /var/log/httpd/access_log combined CustomLog /var/log/httpd/access_log combined
Include /etc/httpd/conf/hostname.conf Include /etc/httpd/conf/hostname.conf