From: Luca Toscano Date: Sun, 21 Feb 2016 14:00:14 +0000 (+0000) Subject: Documentation rebuild X-Git-Tag: 2.5.0-alpha~2030 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e21ef4bb4cb1d2e6137ddd6c053a70f44458e5e;p=thirdparty%2Fapache%2Fhttpd.git Documentation rebuild git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1731533 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_balancer.html.en b/docs/manual/mod/mod_proxy_balancer.html.en index 21e1a2a0564..ed4b3ed7df3 100644 --- a/docs/manual/mod/mod_proxy_balancer.html.en +++ b/docs/manual/mod/mod_proxy_balancer.html.en @@ -35,17 +35,23 @@ Source File:mod_proxy_balancer.c

Summary

-

This module requires the service of mod_proxy. It provides load balancing support for - HTTP, FTP and AJP13 protocols -

- -

Load balancing scheduler algorithm is provided by not this - module but other modules such as: - mod_lbmethod_byrequests, - mod_lbmethod_bytraffic, - mod_lbmethod_bybusyness and - mod_lbmethod_heartbeat. -

+

This module requires the service of mod_proxy and it provides load balancing for + all the supported protocols. The most important ones are:

+ + +

The Load balancing scheduler algorithm is not provided by this + module but from other ones such as:

+

Thus, in order to get the ability of load balancing, mod_proxy, mod_proxy_balancer diff --git a/docs/manual/mod/mod_proxy_wstunnel.html.en b/docs/manual/mod/mod_proxy_wstunnel.html.en index b591e13ebc6..5d37fbe30b9 100644 --- a/docs/manual/mod/mod_proxy_wstunnel.html.en +++ b/docs/manual/mod/mod_proxy_wstunnel.html.en @@ -38,17 +38,19 @@

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:

+ is automatically upgraded to a websocket connection:

-
Upgrade: WebSocket
+    

HTTP Response

Upgrade: WebSocket
 Connection: Upgrade
+
- - -

Proxying requests to websockets server

ProxyPass "/ws2/"  "ws://echo.websocket.org/"
+

Proxying requests to a websockets server like echo.websocket.org can be done using the +ProxyPass directive:

+
ProxyPass "/ws2/"  "ws://echo.websocket.org/"
 ProxyPass "/wss2/" "wss://echo.websocket.org/"
-
+ +

Load balancing for multiple backends can be achieved using mod_proxy_balancer.

Directives