From: Jim Jagielski Date: Thu, 13 Jun 2013 15:45:18 +0000 (+0000) Subject: manual (docs are ctr) X-Git-Tag: 2.4.5~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=058dc34f9a88ace3b24b3c52fcad2d5e2ae07458;p=apache manual (docs are ctr) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1492711 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_wstunnel.xml b/docs/manual/mod/mod_proxy_wstunnel.xml new file mode 100644 index 0000000000..eec31cc287 --- /dev/null +++ b/docs/manual/mod/mod_proxy_wstunnel.xml @@ -0,0 +1,55 @@ + + + + + + + + + +mod_proxy_wstunnel +wstunnel external process support module for +mod_proxy +Extension +mod_proxy_wstunnel.c +proxy_wstunnel_module +Available for unix in version 2.4.5 and later + + +

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 + is automagically upgraded to a websocket connection:

+ + +Upgrade: WebSocket +Connection: Upgrade + + + + Proxying requests to websockets server + +ProxyPass /ws2/ ws://echo.websocket.org/ +ProxyPass /wss2/ wss://echo.websocket.org/ + + + +
+ +mod_proxy +