This module requires the service of
Proxying requests to a websockets server like echo.websocket.org
can be done using the
Proxying both HTTP and websockets at the same time can be done by specifying the websockets
Load balancing for multiple backends can be achieved using
In fact the module can be used to upgrade to other protocols, you can set the upgrade
parameter in the Upgrade
will read in the request headers and use
in the response Upgrade
This directive instructs the server to try to create an asynchronous tunnel. If the current MPM does not support the necessary features, a synchronous tunnel is used.
Async support is experimental and subject to change.
This directive imposes a maximum amount of time for the tunnel to be left open while idle. The timeout is considered in seconds by default, but it is possible to increase the time resolution to milliseconds adding the ms suffix.
If
Async support is experimental and subject to change.