From: Luca Toscano Date: Fri, 5 May 2017 12:53:05 +0000 (+0000) Subject: Documentation rebuild X-Git-Tag: 2.5.0-alpha~429 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d0a721a6ce8ba8a4823a20feeaee85276330a05;p=apache Documentation rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1794046 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_wstunnel.html.en b/docs/manual/mod/mod_proxy_wstunnel.html.en index 9a13018b13..05e8f341d6 100644 --- a/docs/manual/mod/mod_proxy_wstunnel.html.en +++ b/docs/manual/mod/mod_proxy_wstunnel.html.en @@ -51,6 +51,11 @@ ProxyPass "/wss2/" "wss://echo.websocket.org/"

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.

Directives