From: Yann Ylavic Date: Fri, 27 Jan 2023 17:46:57 +0000 (+0000) Subject: docs xforms [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffabdc4a5c26932c96d25750feb22dd0fbd6c2a4;p=thirdparty%2Fapache%2Fhttpd.git docs xforms [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1907039 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_wstunnel.html.en.utf8 b/docs/manual/mod/mod_proxy_wstunnel.html.en.utf8 index cf89de9b5de..66578ca9e62 100644 --- a/docs/manual/mod/mod_proxy_wstunnel.html.en.utf8 +++ b/docs/manual/mod/mod_proxy_wstunnel.html.en.utf8 @@ -37,6 +37,12 @@ Compatibility:Available in httpd 2.4.5 and later

Summary

+

Deprecation

+

Since Apache HTTP Server 2.4.47, protocol Upgrade (tunneling) can be better handled by + mod_proxy_http.

+

See Protocol Upgrade.

+
+

This module requires the service of mod_proxy. It provides support for the tunnelling of web socket connections to a backend websockets server. The connection @@ -62,18 +68,18 @@ ProxyPass "/" "http://backend.example.com:9080/"

Load balancing for multiple backends can be achieved using mod_proxy_balancer.

-

In fact the module can be used to upgrade to other protocols, you can set the upgrade -parameter in the ProxyPass -directive to allow the module to accept other protocol. -NONE means you bypass the check for the header but still upgrade to WebSocket. -ANY means that Upgrade will read in the request headers and use -in the response Upgrade

- -

Deprecation

-

Since Apache HTTP Server 2.4.47, protocol Upgrade (tunneling) can be better handled by - mod_proxy_http.

-

See Protocol Upgrade.

-
+

+The module can also be used to upgrade to other protocols than WebSocket, by setting +the upgrade parameter in the +ProxyPass +directive to some custom protocol name. +Special upgrade=NONE and upgrade=ANY values may be used for +testing/forcing the upgrade but they are not recommended for production for +security reasons. +NONE means that the check for the header is omitted but still the upgrade to +WebSocket still happens. +ANY means that the upgrade will happen with any protocol asked by the client. +

Directives

-
Cette traduction peut être périmée. Vérifiez la version - anglaise pour les changements récents.
diff --git a/docs/manual/mod/mod_proxy_wstunnel.xml.meta b/docs/manual/mod/mod_proxy_wstunnel.xml.meta index b54b72811cd..6c0a516e2a1 100644 --- a/docs/manual/mod/mod_proxy_wstunnel.xml.meta +++ b/docs/manual/mod/mod_proxy_wstunnel.xml.meta @@ -8,6 +8,6 @@ en - fr + fr
Description:Module pour mod_proxy supportant les websockets
Statut:Extension