You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2005/04/02 21:52:12 UTC

svn commit: r159805 - httpd/httpd/branches/simple-conf/docs/conf/httpd-std.conf.in

Author: slive
Date: Sat Apr  2 11:52:11 2005
New Revision: 159805

URL: http://svn.apache.org/viewcvs?view=rev&rev=159805
Log:
Add some stuff back to httpd-std.conf.in in the manual
section to deal with language negotiation.

Modified:
    httpd/httpd/branches/simple-conf/docs/conf/httpd-std.conf.in

Modified: httpd/httpd/branches/simple-conf/docs/conf/httpd-std.conf.in
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/simple-conf/docs/conf/httpd-std.conf.in?view=diff&r1=159804&r2=159805
==============================================================================
--- httpd/httpd/branches/simple-conf/docs/conf/httpd-std.conf.in (original)
+++ httpd/httpd/branches/simple-conf/docs/conf/httpd-std.conf.in Sat Apr  2 11:52:11 2005
@@ -453,6 +453,10 @@
 
         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>
 
     #