Skip to content

Commit

Permalink
apps: add Apache support
Browse files Browse the repository at this point in the history
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) <[email protected]>
  • Loading branch information
matttbe committed Sep 12, 2024
1 parent ff97ec9 commit 572660c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <port> 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) |
Expand Down

0 comments on commit 572660c

Please sign in to comment.