diff options
author | Lucien Gentis <lgentis@apache.org> | 2024-09-14 13:51:30 +0200 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2024-09-14 13:51:30 +0200 |
commit | cc90931b2d267e8d6f4f9cd4b0aeb9ef4403826a (patch) | |
tree | 529e9895aad3c0730dd676bbde78e59221106eb4 /docs | |
parent | mod_ssl: Fix regression in r1914365 preventing pkcs11: key/cert lookup (diff) | |
download | apache2-cc90931b2d267e8d6f4f9cd4b0aeb9ef4403826a.tar.xz apache2-cc90931b2d267e8d6f4f9cd4b0aeb9ef4403826a.zip |
fr doc XML files updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920621 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_proxy.xml.fr | 7 | ||||
-rw-r--r-- | docs/manual/mod/mpm_common.xml.fr | 7 |
2 files changed, 12 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_proxy.xml.fr b/docs/manual/mod/mod_proxy.xml.fr index 99f04b7af1..6994d3f3f7 100644 --- a/docs/manual/mod/mod_proxy.xml.fr +++ b/docs/manual/mod/mod_proxy.xml.fr @@ -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> diff --git a/docs/manual/mod/mpm_common.xml.fr b/docs/manual/mod/mpm_common.xml.fr index 4d7174879e..0a5139c687 100644 --- a/docs/manual/mod/mpm_common.xml.fr +++ b/docs/manual/mod/mpm_common.xml.fr @@ -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> |