mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
These cause caching trouble and pose a potential security risk due to exposing inode numbers of files within the Apache site directories on an IPFire machine. Signed-off-by: Peter Müller <peter.mueller@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
15 lines
337 B
Plaintext
15 lines
337 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
|
|
FileETag None
|
|
|
|
# Always unset HTTP_PROXY variable, https://httpoxy.org
|
|
RequestHeader unset Proxy early
|