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 2020/06/13 15:26:22 UTC

svn commit: r1878810 - in /httpd/httpd/branches/2.4.x/docs/manual: howto/cgi.xml.fr howto/http2.xml.fr mod/mod_authz_core.xml.fr mod/mod_proxy_balancer.xml.fr rewrite/access.xml.fr

Author: lgentis
Date: Sat Jun 13 15:26:22 2020
New Revision: 1878810

URL: http://svn.apache.org/viewvc?rev=1878810&view=rev
Log:
fr doc XML files updates.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/howto/http2.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_core.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/rewrite/access.xml.fr

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml.fr?rev=1878810&r1=1878809&r2=1878810&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/cgi.xml.fr [utf-8] Sat Jun 13 15:26:22 2020
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1773247:1878628 (outdated) -->
+<!-- English Revision: 1878628 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -609,10 +609,10 @@ foreach my $key (keys %ENV) {
     fonctionnalités strictement nécessaires, mais suffisantes pour
     la majorité des programmes.</p>
 
-    <p>Si vous écrivez des programmes CGI en C, vous disposez de
-    nombreuses options. L'une d'elles est la bibliothèque
-    <code>CGIC</code> de <a href="http://www.boutell.com/cgic/"
-    >http://www.boutell.com/cgic/</a>.</p>
+    <p>Si vous écrivez des programmes CGI en C, vous disposez de nombreuses
+    options. L'une d'elles est la bibliothèque <code>CGIC</code> de  <a
+    href="https://web.mit.edu/wwwdev/www/cgic.html"
+    >https://web.mit.edu/wwwdev/www/cgic.html</a>.</p>
   </section>
 
   <section id="moreinfo">

Modified: httpd/httpd/branches/2.4.x/docs/manual/howto/http2.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/howto/http2.xml.fr?rev=1878810&r1=1878809&r2=1878810&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/howto/http2.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/howto/http2.xml.fr [utf-8] Sat Jun 13 15:26:22 2020
@@ -1,7 +1,7 @@
 <?xml version='1.0' encoding='UTF-8' ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1874169:1878549 (outdated) -->
+<!-- English Revision: 1878549 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -181,8 +181,8 @@ Protocols http/1.1
     à l'esprit si vous voulez éviter de longues sessions de débogage ! Si vous
     voulez être sûr de définir une chaîne d'algorithmes de chiffrement
     appropriée, évitez ceux qui sont listés dans la <a
-    href="http://httpwg.org/specs/rfc7540.html#BadCipherSuites">blacklist TLS
-    HTTP/2 </a>.</p>
+    href="http://httpwg.org/specs/rfc7540.html#BadCipherSuites"> </a>liste des
+    algorithmes de chiffrement TLS HTTP/2 à proscrire.</p>
     </note>
     <p>L'ordre des protocoles indiqués est aussi important. Par défaut, le
     premier sera le protocole préféré. Lorsqu'un client offre plusieurs choix,

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_core.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_core.xml.fr?rev=1878810&r1=1878809&r2=1878810&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_core.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_core.xml.fr [utf-8] Sat Jun 13 15:26:22 2020
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1834843:1878552 (outdated) -->
+<!-- English Revision: 1878552 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -646,12 +646,12 @@ Param&egrave;tres-Require</var>&gt;
     <highlight language="config">
 # Dans cet exemple, pour que les deux adresses IP soient prises en compte, elles
 # DOIVENT être entourées de guillemets
-&lt;AuthzProviderAlias ip blacklisted-ips "XXX.XXX.XXX.XXX YYY.YYY.YYY.YYY"&gt;
+&lt;AuthzProviderAlias ip reject-ips "XXX.XXX.XXX.XXX YYY.YYY.YYY.YYY"&gt;
 &lt;/AuthzProviderAlias&gt;
 
 &lt;Directory "/path/to/dir"&gt;
     &lt;RequireAll&gt;
-        Require not blacklisted-ips
+        Require not reject-ips
         Require all granted
     &lt;/RequireAll&gt;
 &lt;/Directory&gt;

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml.fr?rev=1878810&r1=1878809&r2=1878810&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy_balancer.xml.fr [utf-8] Sat Jun 13 15:26:22 2020
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1874169 -->
+<!-- English Revision: 1878785 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/rewrite/access.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/rewrite/access.xml.fr?rev=1878810&r1=1878809&r2=1878810&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/rewrite/access.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/rewrite/access.xml.fr [utf-8] Sat Jun 13 15:26:22 2020
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
-<!-- English Revision: 1741864:1878549 (outdated) -->
+<!-- English Revision: 1878549 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -215,14 +215,14 @@ SetEnvIfNoCase User-Agent "^NameOfBadRob
 
 <section id="host-deny">
 
-  <title>Rejet des clients contenus dans une liste noire</title>
+  <title>Rejet des clients contenus dans une liste de proscrits</title>
 
   <dl>
     <dt>Description :</dt>
 
     <dd>
       <p>Nous voulons interdire l'accès à notre serveur aux clients
-      contenus dans une liste noire similaire à
+      contenus dans une liste de proscrits similaire à
       <code>hosts.deny</code>.</p>
     </dd>