summaryrefslogtreecommitdiff
path: root/docs/conf/httpd.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf/httpd.conf.in')
-rw-r--r--docs/conf/httpd.conf.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in
index 83dd6b89..a46499dd 100644
--- a/docs/conf/httpd.conf.in
+++ b/docs/conf/httpd.conf.in
@@ -255,7 +255,7 @@ LogLevel warn
# ScriptSock: On threaded servers, designate the path to the UNIX
# socket used to communicate with the CGI daemon of mod_cgid.
#
- #Scriptsock @rel_runtimedir@/cgisock
+ #Scriptsock cgisock
</IfModule>
#
@@ -406,3 +406,13 @@ Include @rel_sysconfdir@/extra/proxy-html.conf
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>
+
+# Deal with user agents that deliberately violate open standards
+#
+<IfModule setenvif_module>
+BrowserMatch "MSIE 10.0;" bad_DNT
+</IfModule>
+<IfModule headers_module>
+RequestHeader unset DNT env=bad_DNT
+</IfModule>
+