From: Joshua Slive Date: Sat, 2 Apr 2005 19:52:11 +0000 (+0000) Subject: Add some stuff back to httpd-std.conf.in in the manual X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cccb660198b5330f11c27932b82d5e5055c87a25;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 39a152bec42..6efe1639432 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 + #