]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/httpd/global.conf
remove unused dial.cgi directives from Apache vhosts config
[people/pmueller/ipfire-2.x.git] / config / httpd / global.conf
index a9770264366361a611db5ea5e91238fa81289c6f..6cc69b55eaab1b4223c0bb26870be73eb2f6ee40 100644 (file)
@@ -1,10 +1,13 @@
 Timeout 300
 ServerSignature on
 UseCanonicalName off
-ServerTokens Full
+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