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:46:16 UTC

svn commit: r1888306 [1/2] - in /httpd/httpd/branches/2.4.x/docs/manual/mod: directives.html.fr.utf8 mod_authz_core.html.fr.utf8 mod_authz_host.html.fr.utf8 mod_http2.html.fr.utf8 quickreference.html.fr.utf8

Author: lgentis
Date: Fri Apr  2 12:46:15 2021
New Revision: 1888306

URL: http://svn.apache.org/viewvc?rev=1888306&view=rev
Log:
fr doc rebuild.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/directives.html.fr.utf8
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_core.html.fr.utf8
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_host.html.fr.utf8
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.html.fr.utf8
    httpd/httpd/branches/2.4.x/docs/manual/mod/quickreference.html.fr.utf8

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/directives.html.fr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/directives.html.fr.utf8?rev=1888306&r1=1888305&r2=1888306&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/directives.html.fr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/directives.html.fr.utf8 [utf-8] Fri Apr  2 12:46:15 2021
@@ -303,6 +303,7 @@
 <li><a href="mod_http2.html#h2maxworkers">H2MaxWorkers</a></li>
 <li><a href="mod_http2.html#h2minworkers">H2MinWorkers</a></li>
 <li><a href="mod_http2.html#h2moderntlsonly">H2ModernTLSOnly</a></li>
+<li><a href="mod_http2.html#h2outputbuffering">H2OutputBuffering</a></li>
 <li><a href="mod_http2.html#h2padding">H2Padding</a></li>
 <li><a href="mod_http2.html#h2push">H2Push</a></li>
 <li><a href="mod_http2.html#h2pushdiarysize">H2PushDiarySize</a></li>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_core.html.fr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_core.html.fr.utf8?rev=1888306&r1=1888305&r2=1888306&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_core.html.fr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_core.html.fr.utf8 [utf-8] Fri Apr  2 12:46:15 2021
@@ -467,7 +467,13 @@ d'autorisation.</td></tr>
       <dt><code>Require ip 10 172.20 192.168.2</code></dt>
       <dd>Les clients dont les adresses IP font partie des tranches
       spécifiées auront accès à 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
     <code class="module"><a href="../mod/mod_authnz_ldap.html">mod_authnz_ldap</a></code>, <code class="module"><a href="../mod/mod_authz_dbm.html">mod_authz_dbm</a></code>,

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_host.html.fr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_host.html.fr.utf8?rev=1888306&r1=1888305&r2=1888306&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_host.html.fr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authz_host.html.fr.utf8 [utf-8] Fri Apr  2 12:46:15 2021
@@ -184,11 +184,11 @@ Require host .net example.edu</pre>
     sollicité, il fonctionnera avec des clients qui utilisent un service de DNS
     dynamique.</p>
 
-    <pre class="prettyprint lang-config">Require forward-dns bla.example.org</pre>
+    <pre class="prettyprint lang-config">Require forward-dns dynamic.example.org</pre>
 
 
     <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>
 
 
 

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.html.fr.utf8
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.html.fr.utf8?rev=1888306&r1=1888305&r2=1888306&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.html.fr.utf8 [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_http2.html.fr.utf8 [utf-8] Fri Apr  2 12:46:15 2021
@@ -90,6 +90,7 @@
 <li><img alt="" src="../images/down.gif" /> <a href="#h2maxworkers">H2MaxWorkers</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#h2minworkers">H2MinWorkers</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#h2moderntlsonly">H2ModernTLSOnly</a></li>
+<li><img alt="" src="../images/down.gif" /> <a href="#h2outputbuffering">H2OutputBuffering</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#h2padding">H2Padding</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#h2push">H2Push</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#h2pushdiarysize">H2PushDiarySize</a></li>
@@ -496,6 +497,29 @@
         
 </div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="directive-section"><h2><a name="h2outputbuffering" id="h2outputbuffering">Directive</a> <a name="H2OutputBuffering" id="H2OutputBuffering">H2OutputBuffering</a></h2>
+<table class="directive">
+<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Contrôle la mise en tampon du flux de sortie</td></tr>
+<tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>H2OutputBuffering on/off</code></td></tr>
+<tr><th><a href="directive-dict.html#Default">Défaut:</a></th><td><code>H2OutputBuffering on</code></td></tr>
+<tr><th><a href="directive-dict.html#Context">Contexte:</a></th><td>configuration globale, serveur virtuel</td></tr>
+<tr><th><a href="directive-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
+<tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_http2</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibilité:</a></th><td>Disponible à partir de la version 2.4.48 du serveur HTTP
+	Apache.</td></tr>
+</table>
+            <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>
+        
+</div>
+<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="directive-section"><h2><a name="h2padding" id="h2padding">Directive</a> <a name="H2Padding" id="H2Padding">H2Padding</a></h2>
 <table class="directive">
 <tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Spécifie un intervalle de nombres d'octets de bourrage à