Files
bpfire/config/httpd/global.conf
Michael Tremer becbf67de7 apache: Do not show loaded modules
The server header will show less information about the
modules of the apache daemon.

Fixes #10671
2015-03-11 15:42:08 +01:00

11 lines
233 B
Plaintext

Timeout 300
ServerSignature on
UseCanonicalName off
ServerTokens Prod
LogLevel warn
CustomLog /var/log/httpd/access_log combined
Include /etc/httpd/conf/hostname.conf
HostnameLookups off
AddHandler cgi-script .cgi
EnableSendfile Off