mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 23:43:00 +02:00
The server header will show less information about the modules of the apache daemon. Fixes #10671
11 lines
233 B
Plaintext
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
|