mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 03:25:54 +02:00
Sending the server signature is unnecessary and might leak some internal information (although ServerTokens is already set to "Prod"). Signed-off-by: Peter Müller <peter.mueller@link38.eu> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
14 lines
323 B
Plaintext
14 lines
323 B
Plaintext
Timeout 300
|
|
ServerSignature off
|
|
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
|
|
|
|
# Always unset HTTP_PROXY variable, https://httpoxy.org
|
|
RequestHeader unset Proxy early
|