From: Jim Jagielski Date: Thu, 13 Jun 2013 15:44:47 +0000 (+0000) Subject: Add X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbc13036ab8fc8d5ff418c093da3e7c0580f4d6c;p=thirdparty%2Fapache%2Fhttpd.git Add git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1492710 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 00000000000..eec31cc2871 --- /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 +