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 2016/07/02 14:38:28 UTC

svn commit: r1751076 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: mod_negotiation.html.fr mod_negotiation.xml.meta mod_proxy.html.fr mod_proxy.xml.meta

Author: lgentis
Date: Sat Jul  2 14:38:27 2016
New Revision: 1751076

URL: http://svn.apache.org/viewvc?rev=1751076&view=rev
Log:
Rebuild.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.xml.meta
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.html.fr
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.meta

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.html.fr?rev=1751076&r1=1751075&r2=1751076&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.html.fr Sat Jul  2 14:38:27 2016
@@ -30,8 +30,6 @@
 <a href="../fr/mod/mod_negotiation.html" title="Fran�ais">&nbsp;fr&nbsp;</a> |
 <a href="../ja/mod/mod_negotiation.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
 </div>
-<div class="outofdate">Cette traduction peut �tre p�rim�e. V�rifiez la version
-            anglaise pour les changements r�cents.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Effectue la <a href="../content-negotiation.html">n�gociation de
 contenu</a></td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Base</td></tr>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.xml.meta?rev=1751076&r1=1751075&r2=1751076&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_negotiation.xml.meta Sat Jul  2 14:38:27 2016
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
     <variant outdated="yes">ja</variant>
   </variants>
 </metafile>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.html.fr
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.html.fr?rev=1751076&r1=1751075&r2=1751076&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.html.fr (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.html.fr Sat Jul  2 14:38:27 2016
@@ -30,8 +30,6 @@
 <a href="../fr/mod/mod_proxy.html" title="Fran�ais">&nbsp;fr&nbsp;</a> |
 <a href="../ja/mod/mod_proxy.html" hreflang="ja" rel="alternate" title="Japanese">&nbsp;ja&nbsp;</a></p>
 </div>
-<div class="outofdate">Cette traduction peut �tre p�rim�e. V�rifiez la version
-            anglaise pour les changements r�cents.</div>
 <table class="module"><tr><th><a href="module-dict.html#Description">Description:</a></th><td>Serveur mandataire/passerelle multi-protocole</td></tr>
 <tr><th><a href="module-dict.html#Status">Statut:</a></th><td>Extension</td></tr>
 <tr><th><a href="module-dict.html#ModuleIdentifier">Identificateur�de�Module:</a></th><td>proxy_module</td></tr>
@@ -376,6 +374,20 @@ ProxyPass "/examples" "http://backend.ex
       r�partition. La directive <code class="directive"><a href="#balancermember">BalancerMember</a></code> permet d'ajouter des
       membres au r�partiteur.</p>
 
+      <div class="note"><h3>R�solution DNS pour les domaines originaux</h3>
+      <p>La r�solution DNS s'effectue lorsque le socket vers le
+      domaine original est cr�� pour la premi�re fois. Lorsque le pooling de
+      connexions est utilis�, chaque domaine d'arri�re-plan n'est r�solu qu'une
+      seule fois pour chaque processus enfant, et cette r�solution est r�utilis�e
+      pour toutes les connexions ult�rieures jusqu'� ce que le processus enfant
+      soit recycl�. Ce comportement doit �tre pris en consid�ration lorsqu'on
+      planifie des t�ches de maintenance du DNS impactant les domaines
+      d'arri�re-plan. Veuillez aussi vous reporter aux param�tres de la
+      directive <code class="directive"><a href="#proxypass">ProxyPass</a></code> pour plus de
+      d�tails � propos de la r�utilisation des connexions.
+        </p>
+      </div>
+
     </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
 <h2><a name="access" id="access">Contr�ler l'acc�s � votre

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.meta?rev=1751076&r1=1751075&r2=1751076&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.meta (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml.meta Sat Jul  2 14:38:27 2016
@@ -8,7 +8,7 @@
 
   <variants>
     <variant>en</variant>
-    <variant outdated="yes">fr</variant>
+    <variant>fr</variant>
     <variant outdated="yes">ja</variant>
   </variants>
 </metafile>