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 2004/04/24 00:48:00 UTC

cvs commit: httpd-2.0/docs/conf httpd-std.conf.in httpd-win.conf

nd          2004/04/23 15:48:00

  Modified:    docs/conf httpd-std.conf.in httpd-win.conf
  Log:
  incorporate Spanish translation
  
  Revision  Changes    Path
  1.58      +3 -3      httpd-2.0/docs/conf/httpd-std.conf.in
  
  Index: httpd-std.conf.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-std.conf.in,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -u -r1.57 -r1.58
  --- httpd-std.conf.in	5 Mar 2004 19:31:24 -0000	1.57
  +++ httpd-std.conf.in	23 Apr 2004 22:47:59 -0000	1.58
  @@ -574,7 +574,7 @@
       # 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|fr|ja|ko|ru))?(/.*)?$ "@exp_manualdir@$1"
  +    AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|ru))?(/.*)?$ "@exp_manualdir@$1"
   
       <Directory "@exp_manualdir@">
           Options Indexes
  @@ -586,8 +586,8 @@
               SetHandler type-map
           </Files>
   
  -        SetEnvIf Request_URI ^/manual/(de|en|fr|ja|ko|ru)/ prefer-language=$1
  -        RedirectMatch 301 ^/manual(?:/(de|en|fr|ja|ko|ru)){2,}(/.*)?$ /manual/$1$2
  +        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
       </Directory>
   
       #
  
  
  
  1.102     +3 -3      httpd-2.0/docs/conf/httpd-win.conf
  
  Index: httpd-win.conf
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-win.conf,v
  retrieving revision 1.101
  retrieving revision 1.102
  diff -u -u -r1.101 -r1.102
  --- httpd-win.conf	18 Jan 2004 15:54:20 -0000	1.101
  +++ httpd-win.conf	23 Apr 2004 22:47:59 -0000	1.102
  @@ -536,7 +536,7 @@
   # 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|fr|ja|ko|ru))?(/.*)?$ "@@ServerRoot@@/manual$1"
  +AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|ru))?(/.*)?$ "@@ServerRoot@@/manual$1"
   
   <Directory "@@ServerRoot@@/manual">
       Options Indexes
  @@ -548,8 +548,8 @@
           SetHandler type-map
       </Files>
   
  -    SetEnvIf Request_URI ^/manual/(de|en|fr|ja|ko|ru)/ prefer-language=$1
  -    RedirectMatch 301 ^/manual(?:/(de|en|fr|ja|ko|ru)){2,}(/.*)?$ /manual/$1$2
  +    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
   </Directory>
   
   #