You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2011/10/08 16:18:13 UTC

svn commit: r1180380 - in /httpd/httpd/branches/2.2.x/docs/manual: mod/mod_autoindex.xml.fr mod/mod_proxy.xml.fr rewrite/flags.xml.fr rewrite/intro.xml.fr

Author: lgentis
Date: Sat Oct  8 14:18:12 2011
New Revision: 1180380

URL: http://svn.apache.org/viewvc?rev=1180380&view=rev
Log:
Updates.

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_autoindex.xml.fr
    httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml.fr
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.xml.fr
    httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.xml.fr

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_autoindex.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_autoindex.xml.fr?rev=1180380&r1=1180379&r2=1180380&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_autoindex.xml.fr (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_autoindex.xml.fr Sat Oct  8 14:18:12 2011
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1164898 -->
+<!-- English Revision : 1179283 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml.fr?rev=1180380&r1=1180379&r2=1180380&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml.fr (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mod_proxy.xml.fr Sat Oct  8 14:18:12 2011
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1164897 -->
+<!-- English Revision : 1179283 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -1262,6 +1262,16 @@ d'Apache</compatibility>
     plus flexible, reportez-vous &agrave; la directive <directive
     module="mod_rewrite">RewriteRule</directive> avec le drapeau
     <code>[P]</code>.</p>
+
+    <note type="warning">
+      <title>Avertissement &agrave; propos de la s&eacute;curit&eacute;</title>
+      <p>Lors de la construction de l'URL cible de la r&egrave;gle, il convient
+      de prendre en compte l'impact en mati&egrave;re de s&eacute;curit&eacute; qu'aura le
+      fait de permettre au client d'influencer le jeu d'URLs pour
+      lesquelles votre serveur agira en tant que mandataire.
+      Assurez-vous que la partie protocole://nom-serveur de l'URL soit
+      fixe, ou ne permette pas au client de l'influencer induement.</p>
+    </note>
 </usage>
 </directivesynopsis>
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.xml.fr?rev=1180380&r1=1180379&r2=1180380&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.xml.fr (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/flags.xml.fr Sat Oct  8 14:18:12 2011
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1137344 -->
+<!-- English Revision : 1179283 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -496,7 +496,7 @@ soient trait&eacute;es par un serveur d'
 une r&egrave;gle de ce style :</p>
 
 <example>
-RewriteRule (.*)\.(jpg|gif|png) http://images.example.com$1.$2 [P]
+RewriteRule /(.*)\.(jpg|gif|png) http://images.example.com/$1.$2 [P]
 </example>
 
 <p>L'utilisation du drapeau [P] provoque aussi l'effet du drapeau [L] -
@@ -513,6 +513,16 @@ directive <directive module="mod_proxy">
 faire correspondre le contenu distant &agrave; l'espace de nommage du serveur
 local.</p>
 
+<note type="warning">
+      <title>Avertissement &agrave; propos de la s&eacute;curit&eacute;</title>
+      <p>Lors de la construction de l'URL cible de la r&egrave;gle, il convient
+      de prendre en compte l'impact en mati&egrave;re de s&eacute;curit&eacute; qu'aura le
+      fait de permettre au client d'influencer le jeu d'URLs pour
+      lesquelles votre serveur agira en tant que mandataire.
+      Assurez-vous que la partie protocole://nom-serveur de l'URL soit
+      fixe, ou ne permette pas au client de l'influencer induement.</p>
+</note>
+
 <p>Note: <module>mod_proxy</module> doit &ecirc;tre activ&eacute; pour pouvoir
 utiliser ce drapeau.</p>
 

Modified: httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.xml.fr?rev=1180380&r1=1180379&r2=1180380&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.xml.fr (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/rewrite/intro.xml.fr Sat Oct  8 14:18:12 2011
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision : 1137344 -->
+<!-- English Revision : 1179182 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -89,7 +89,7 @@ expressions rationnelles. A cet effet, n
 href="http://pcre.org/pcre.txt">pages de manuel de PCRE</a>, la <a
 href="http://perldoc.perl.org/perlre.html">page de manuel des
 expressions rationnelles Perl</a>, et l'ouvrage <a
-href="http://www.oreilly.com/catalog/regex2/index.html">Mastering
+href="http://shop.oreilly.com/product/9780596528126.do">Mastering
 Regular Expressions, by Jeffrey Friedl</a>.</p>
 
 <p>Dans ce document, nous avons pour but de vous fournir suffisamment de