diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_proxy.xml | 4 | ||||
-rw-r--r-- | docs/manual/mod/mpm_common.xml | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 26247303bd..4a44ad5bb9 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1326,6 +1326,10 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300 <td><p>TTL in seconds for how long DNS resolutions of the backend address are cached. -1 means until restart of Apache httpd.</p> </td></tr> + <tr><td><a id="multipathtcp" name="multipathtcp">multipathtcp</a></td> + <td>Off</td> + <td><p>Enable/disable the use of <a href="https://mptcp.dev">Multipath TCP (MPTCP)</a></p> + </td></tr> </table> diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index bd6840c5a8..36bf061cc2 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -278,6 +278,12 @@ Listen 192.170.2.5:8000 to the same port. (If the server is built with IPv4-mapped addresses <em>disabled</em>, this is the default behaviour and this option has no effect.)</li> + + <li><code>multipathtcp</code>: Enable the use of + <a href="https://mptcp.dev">Multipath TCP (MPTCP)</a> for the + sockets. Beware that this option is currently limited to Linux + only. + </li> </ul> <note><title>Error condition</title> |