From 572660cc4736ecba8d78ffe5928a3607b29df21f Mon Sep 17 00:00:00 2001 From: "Matthieu Baerts (NGI0)" Date: Thu, 12 Sep 2024 10:54:14 +0200 Subject: [PATCH] apps: add Apache support If everything goes well, it should be available as part of the future v2.5.1 version. Thanks to @Aperence for the work, and @notroj and @ylavic for the helpful reviews! Signed-off-by: Matthieu Baerts (NGI0) --- apps.md | 1 + 1 file changed, 1 insertion(+) diff --git a/apps.md b/apps.md index 9b0ad02..59cafe3 100644 --- a/apps.md +++ b/apps.md @@ -14,6 +14,7 @@ mentioned. Please note that other apps can be forced to use it by following | Name | Version | How to use | | --- | --- | --- | +| [Apache HTTP Server](https://httpd.apache.org) | [2.5.1](https://svn.apache.org/viewvc?view=revision&revision=1920586) | [`Listen 80 options=multipathtcp`](https://github.com/apache/httpd/pull/476/commits/0d56d533f4af) or [`ProxyPass multipathtcp=On`](https://github.com/apache/httpd/pull/476/commits/dfa6aec0dc74) | | [Apache Traffic Server](https://trafficserver.apache.org/) | [9.2.4](https://github.com/apache/trafficserver/pull/10701) | [`server_ports: mptcp`](https://docs.trafficserver.apache.org/en/latest/admin-guide/files/records.yaml.en.html) | | [cURL](https://curl.se/) | [8.9.0](https://github.com/curl/curl/pull/13278) | [`--mptcp`](https://curl.se/docs/manpage.html) | | [Envoy](https://www.envoyproxy.io/) | [1.21.0](https://github.com/envoyproxy/envoy/pull/18780) | [`"enable_mptcp": "true"`](https://www.envoyproxy.io/docs/envoy/v1.21.6/api-v3/config/listener/v3/listener.proto#envoy-v3-api-field-config-listener-v3-listener-enable-mptcp) (`listening` config) |