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 2021/04/02 12:45:10 UTC

svn commit: r1888305 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: mod_authz_core.xml.fr mod_authz_host.xml.fr mod_http2.xml.fr

Author: lgentis
Date: Fri Apr  2 12:45:10 2021
New Revision: 1888305

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

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_core.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_host.xml.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.xml.fr

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=1888305&r1=1888304&r2=1888305&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] Fri Apr  2 12:45:10 2021
@@ -3,7 +3,7 @@
 <?xml-stylesheet type="text/xsl" href="../style/manual.fr.xsl"?>
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
-<!-- English Revision: 1878552 -->
+<!-- English Revision: 1888003 -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
@@ -330,7 +330,13 @@ d'autorisation.</description>
       <dt><code>Require ip 10 172.20 192.168.2</code></dt>
       <dd>Les clients dont les adresses IP font partie des tranches
       sp&eacute;cifi&eacute;es auront acc&egrave;s &agrave; la ressource.</dd>
-    </dl>
+
+      <dt><code>Require forward-dns dynamic.example.org</code></dt>
+      <dd>Un client dont l'adresse IP est résolue à partir du nom
+      dynamic.example.org aura l'autorisation d'accès.
+      </dd>
+
+    </dl>    
 
     <p>D'autres modules d'autorisation comme
     <module>mod_authnz_ldap</module>, <module>mod_authz_dbm</module>,

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_host.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_host.xml.fr?rev=1888305&r1=1888304&r2=1888305&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_host.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_host.xml.fr [utf-8] Fri Apr  2 12:45:10 2021
@@ -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: 1888005 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -183,11 +183,11 @@ Require host .net example.edu
     dynamique.</p>
 
     <highlight language="config">
-Require forward-dns bla.example.org
+Require forward-dns dynamic.example.org
     </highlight>
 
     <p>Un client dont l'adresse IP correspond au nom d'hôte
-    <code>bla.example.org</code> se verra autoriser l'accès.</p>
+    <code>dynamic.example.org</code>  se verra autoriser l'accès.</p>
 
 </section>
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.xml.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.xml.fr?rev=1888305&r1=1888304&r2=1888305&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.xml.fr [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.xml.fr [utf-8] Fri Apr  2 12:45:10 2021
@@ -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 : 1888011 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -1241,5 +1241,30 @@ H2PushPriority text/css   interleaved
             </p>
         </usage>
     </directivesynopsis>
+
+    <directivesynopsis>
+        <name>H2OutputBuffering</name>
+        <description>Contrôle la mise en tampon du flux de sortie</description>
+        <syntax>H2OutputBuffering on/off</syntax>
+        <default>H2OutputBuffering on</default>
+        <contextlist>
+            <context>server config</context>
+            <context>virtual host</context>
+        </contextlist>
+        <compatibility>Disponible à partir de la version 2.4.48 du serveur HTTP
+	Apache.</compatibility>
+        
+        <usage>
+            <p>
+                L'option 'H2OutputBuffering on/off' permet de contrôler la mise
+		en tampon du flux de sortie. La valeur par défaut est on, ce qui
+		correspond au comportement des versions précédentes. Lorsqu'elle
+		est à off, chaque octet est immédiatement disponible pour envoi
+		au client via la connexion principale. Ceci permet de résoudre
+		les problèmes d'inter-opérations avec certaines versions de
+		gRPC.
+            </p>
+        </usage>
+    </directivesynopsis>    
     
 </modulesynopsis>