]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame_incremental - config/httpd/global.conf
xen-image: enlarge partitions and remove extra /var partition
[people/pmueller/ipfire-2.x.git] / config / httpd / global.conf
... / ...
CommitLineData
1Timeout 300
2ServerSignature off
3UseCanonicalName off
4ServerTokens Prod
5LogLevel warn
6CustomLog /var/log/httpd/access_log combined
7Include /etc/httpd/conf/hostname.conf
8HostnameLookups off
9AddHandler cgi-script .cgi
10EnableSendfile Off
11
12# Always unset HTTP_PROXY variable, https://httpoxy.org
13RequestHeader unset Proxy early