mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
fr doc rebuild.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910725 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -347,6 +347,7 @@
|
||||
<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#h2proxyrequests">H2ProxyRequests</a></li>
|
||||
<li><a href="mod_http2.html#h2push">H2Push</a></li>
|
||||
<li><a href="mod_http2.html#h2pushdiarysize">H2PushDiarySize</a></li>
|
||||
<li><a href="mod_http2.html#h2pushpriority">H2PushPriority</a></li>
|
||||
|
@ -94,6 +94,7 @@
|
||||
<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="#h2proxyrequests">H2ProxyRequests</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>
|
||||
<li><img alt="" src="../images/down.gif" /> <a href="#h2pushpriority">H2PushPriority</a></li>
|
||||
@ -623,6 +624,30 @@
|
||||
provenir d'un client dont l'implémentation comporte des erreurs.
|
||||
</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="h2proxyrequests" id="h2proxyrequests">Directive</a> <a name="H2ProxyRequests" id="H2ProxyRequests">H2ProxyRequests</a> <a title="Lien permanent" href="#h2proxyrequests" class="permalink">¶</a></h2>
|
||||
<table class="directive">
|
||||
<tr><th><a href="directive-dict.html#Description">Description:</a></th><td>Active/Désactive les requêtes sous mandat direct via HTTP/2</td></tr>
|
||||
<tr><th><a href="directive-dict.html#Syntax">Syntaxe:</a></th><td><code>H2ProxyRequests on|off</code></td></tr>
|
||||
<tr><th><a href="directive-dict.html#Default">Défaut:</a></th><td><code>H2ProxyRequests off</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.5.1 du serveur HTTP
|
||||
Apache</td></tr>
|
||||
</table>
|
||||
<p>
|
||||
La directive <code class="directive">H2ProxyRequests</code> permet
|
||||
d'activer ou de désactiver la gestion des requêtes HTTP/2 dans
|
||||
un contexte de mandat direct.
|
||||
</p><p>
|
||||
Similaire à <code class="directive"><a href="../mod/proxy.html#proxyrequests">ProxyRequests</a></code>,
|
||||
cette directive déclenche le traitement nécessaire des requêtes
|
||||
lorsque HTTP/2 est activé dans un contexte de mandat direct.
|
||||
</p><p>
|
||||
</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="h2push" id="h2push">Directive</a> <a name="H2Push" id="H2Push">H2Push</a> <a title="Lien permanent" href="#h2push" class="permalink">¶</a></h2>
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user