You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2005/01/06 12:22:58 UTC

svn commit: r124362 - /httpd/httpd/trunk/docs/conf/httpd-std.conf.in /httpd/httpd/trunk/docs/conf/httpd-win.conf

Author: nd
Date: Thu Jan  6 03:22:56 2005
New Revision: 124362

URL: http://svn.apache.org/viewcvs?view=rev&rev=124362
Log:
update config for pt-br inclusion

Modified:
   httpd/httpd/trunk/docs/conf/httpd-std.conf.in
   httpd/httpd/trunk/docs/conf/httpd-win.conf

Modified: httpd/httpd/trunk/docs/conf/httpd-std.conf.in
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/conf/httpd-std.conf.in?view=diff&rev=124362&p1=httpd/httpd/trunk/docs/conf/httpd-std.conf.in&r1=124361&p2=httpd/httpd/trunk/docs/conf/httpd-std.conf.in&r2=124362
==============================================================================
--- httpd/httpd/trunk/docs/conf/httpd-std.conf.in	(original)
+++ httpd/httpd/trunk/docs/conf/httpd-std.conf.in	Thu Jan  6 03:22:56 2005
@@ -574,7 +574,8 @@
     # the manual, even if you choose to move your DocumentRoot.  You may
     # comment this out if you do not care for the documentation.
     #
-    AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|ru))?(/.*)?$ "@exp_manualdir@$1"
+    AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br|ru))?(/.*)?$ \
+        "@exp_manualdir@$1"
 
     <Directory "@exp_manualdir@">
         Options Indexes
@@ -586,8 +587,8 @@
             SetHandler type-map
         </Files>
 
-        SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|ru)/ prefer-language=$1
-        RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|ru)){2,}(/.*)?$ /manual/$1$2
+        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
     </Directory>
 
     #

Modified: httpd/httpd/trunk/docs/conf/httpd-win.conf
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/conf/httpd-win.conf?view=diff&rev=124362&p1=httpd/httpd/trunk/docs/conf/httpd-win.conf&r1=124361&p2=httpd/httpd/trunk/docs/conf/httpd-win.conf&r2=124362
==============================================================================
--- httpd/httpd/trunk/docs/conf/httpd-win.conf	(original)
+++ httpd/httpd/trunk/docs/conf/httpd-win.conf	Thu Jan  6 03:22:56 2005
@@ -538,7 +538,8 @@
 # the manual, even if you choose to move your DocumentRoot.  You may comment
 # this out if you do not care for the documentation.
 #
-AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|ru))?(/.*)?$ "@@ServerRoot@@/manual$1"
+AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br|ru))?(/.*)?$ \
+    "@@ServerRoot@@/manual$1"
 
 <Directory "@@ServerRoot@@/manual">
     Options Indexes
@@ -550,8 +551,8 @@
         SetHandler type-map
     </Files>
 
-    SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|ru)/ prefer-language=$1
-    RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|ru)){2,}(/.*)?$ /manual/$1$2
+    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
 </Directory>
 
 #