]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fr doc XML files updates.
authorLucien Gentis <lgentis@apache.org>
Sat, 14 Sep 2024 11:51:30 +0000 (11:51 +0000)
committerLucien Gentis <lgentis@apache.org>
Sat, 14 Sep 2024 11:51:30 +0000 (11:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920621 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml.fr
docs/manual/mod/mpm_common.xml.fr

index 99f04b7af1b4bf04047685453d2d5c74babc2c3e..6994d3f3f7cdbe72e37c17ff13bf9333fe21e32f 100644 (file)
@@ -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: 1916708 -->
+<!-- English Revision: 1920586 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -1517,6 +1517,11 @@ ProxyPass "/mirror/foo/i" "!"
        du serveur d'arrière-plan dans le cache.
         -1 signifie jusqu'au redémarrage de Apache httpd.</p>
     </td></tr>
+    <tr><td><a id="multipathtcp" name="multipathtcp">multipathtcp</a></td>
+        <td>Off</td>
+        <td><p>Active/Désactive l’utilisation de <a
+       href="https://mptcp.dev">Multipath TCP (MPTCP)</a></p>
+    </td></tr>
 
     </table>
 
index 4d7174879e71d6236610c90d16ef191b8f2ea51b..0a5139c68729a53c3628b8a0adad74ccad1414e6 100644 (file)
@@ -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: 1879106 -->
+<!-- English Revision: 1920586 -->
 <!-- French translation : Lucien GENTIS -->
 <!-- Reviewed by : Vincent Deffontaines -->
 
@@ -305,6 +305,11 @@ Listen 192.170.2.5:8000
       Listen utilisant une adresse IPv4 avec le même port (si le serveur a été
       compilé en désactivant les adresses IPv4, il s'agit du comportement par
       défaut et cette option n'a alors aucun effet).</li>
+
+      <li><code>multipathtcp</code> : active l’utilisation de <a
+      href="https://mptcp.dev">Multipath TCP (MPTCP)</a> pour les sockets. Notez
+      que cette option n’est actuellement prise en charge que par Linux.
+      </li>
     </ul>
 
     <note><title>Condition d'erreur</title>