]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add some stuff back to httpd-std.conf.in in the manual
authorJoshua Slive <slive@apache.org>
Sat, 2 Apr 2005 19:52:11 +0000 (19:52 +0000)
committerJoshua Slive <slive@apache.org>
Sat, 2 Apr 2005 19:52:11 +0000 (19:52 +0000)
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

docs/conf/httpd-std.conf.in

index 39a152bec42e03e3a08f41782e6bb8aeba0df1d1..6efe16394320117e1c96d938d57566c06ec285ed 100644 (file)
@@ -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>
 
     #