From 95b3479de76f25aa534433d53a8a251f2a4ff22c Mon Sep 17 00:00:00 2001
From: Luca Toscano This module requires the service of Load balancing scheduler algorithm is provided by not this
- module but other modules such as:
- This module requires the service of 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,
This module requires the service of Compatibility: Available in version 2.1 and later Summary
- mod_proxy
. It provides load balancing support for
- HTTP
, FTP
and AJP13
protocols
- mod_lbmethod_byrequests
,
- mod_lbmethod_bytraffic
,
- mod_lbmethod_bybusyness
and
- mod_lbmethod_heartbeat
.
- mod_proxy
and it provides load balancing for
+ all the supported protocols. The most important ones are:
+
+
+ mod_proxy_http
mod_proxy_ftp
mod_proxy_ajp
mod_proxy_wstunnel
+
mod_lbmethod_byrequests
mod_lbmethod_bytraffic
mod_lbmethod_bybusyness
mod_lbmethod_heartbeat
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 ec672586bf..a3f6f4f129 100644
--- a/docs/manual/mod/mod_proxy_wstunnel.html.en
+++ b/docs/manual/mod/mod_proxy_wstunnel.html.en
@@ -38,17 +38,19 @@
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 +- - -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
This module provides no diff --git a/docs/manual/mod/quickreference.html.en b/docs/manual/mod/quickreference.html.en index 911a094363..08e69b29eb 100644 --- a/docs/manual/mod/quickreference.html.en +++ b/docs/manual/mod/quickreference.html.en @@ -677,7 +677,7 @@ using the specified magic file
MinSpareThreads number s M Minimum number of idle threads available to handle request spikes MMapFile file-path [file-path] ... s X - Map a list of files into memory at startup time ModemStandard V.21|V.26bis|V.32|V.92 d X + Modem standard to simulate ModemStandard V.21|V.26bis|V.32|V.34|V.92 d X Modem standard to simulate ModMimeUsePathInfo On|Off Off d B Tells mod_mime
to treatpath_info
components as part of the filenameMultiviewsMatch Any|NegotiatedOnly|Filters|Handlers -- 2.40.0