summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2005-04-02 19:52:11 +0000
committerJoshua Slive <slive@apache.org>2005-04-02 19:52:11 +0000
commitcccb660198b5330f11c27932b82d5e5055c87a25 (patch)
tree8bdf980fba9332908f24c346646836f1fc359130
parent3cd64d7b3bba1c6dd778b9d23345bc1f4b03bda7 (diff)
downloadhttpd-cccb660198b5330f11c27932b82d5e5055c87a25.tar.gz
Add some stuff back to httpd-std.conf.in in the manual
section to deal with language negotiation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/simple-conf@159805 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/conf/httpd-std.conf.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in
index 39a152bec4..6efe163943 100644
--- a/docs/conf/httpd-std.conf.in
+++ b/docs/conf/httpd-std.conf.in
@@ -453,6 +453,10 @@ ServerSignature On
SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|pt-br|ru)/ prefer-language=$1
RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|pt-br|ru)){2,}(/.*)?$ /manual/$1$2
+
+ LanguagePriority en de es fr ja ko pt-br ru
+ ForceLanguagePriority Prefer Fallback
+
</Directory>
#