From 5a73cff3db4aec48d7e400fb54afaf3bbf09967f Mon Sep 17 00:00:00 2001 From: Mladen Turk Date: Sat, 11 Sep 2004 18:46:33 +0000 Subject: [PATCH] Initial balancer documentation. Just framework. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105079 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy_balancer.html | 3 + docs/manual/mod/mod_proxy_balancer.html.en | 61 +++++++++++++++++++++ docs/manual/mod/mod_proxy_balancer.xml | 50 +++++++++++++++++ docs/manual/mod/mod_proxy_balancer.xml.meta | 11 ++++ 4 files changed, 125 insertions(+) create mode 100644 docs/manual/mod/mod_proxy_balancer.html create mode 100644 docs/manual/mod/mod_proxy_balancer.html.en create mode 100644 docs/manual/mod/mod_proxy_balancer.xml create mode 100644 docs/manual/mod/mod_proxy_balancer.xml.meta diff --git a/docs/manual/mod/mod_proxy_balancer.html b/docs/manual/mod/mod_proxy_balancer.html new file mode 100644 index 0000000000..82fc3e181f --- /dev/null +++ b/docs/manual/mod/mod_proxy_balancer.html @@ -0,0 +1,3 @@ +URI: mod_proxy_balancer.html.en +Content-Language: en +Content-type: text/html; charset=ISO-8859-1 diff --git a/docs/manual/mod/mod_proxy_balancer.html.en b/docs/manual/mod/mod_proxy_balancer.html.en new file mode 100644 index 0000000000..5f31a8badc --- /dev/null +++ b/docs/manual/mod/mod_proxy_balancer.html.en @@ -0,0 +1,61 @@ + + + +mod_proxy_balancer - Apache HTTP Server + + + + + + +
<-
+
+Apache > HTTP Server > Documentation > Version 2.1 > Modules
+
+

Apache Module mod_proxy_balancer

+
+

Available Languages:  en 

+
+ + + +
Description:mod_proxy extension for +load balancing
Status:Extension
Module Identifier:proxy_balancer_module
Source File:proxy_balancer.c
+

Summary

+ +

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

+ +

Thus, in order to get the ability of load balancing, + mod_proxy and mod_proxy_balancer + have to be present in the server.

+ +

Warning

+

Do not enable proxying until you have secured your server. Open proxy + servers are dangerous both to your network and to the Internet at + large.

+
+
+

Directives

+

This module provides no + directives.

+

See also

+
+ +
+
+

Available Languages:  en 

+
+ \ No newline at end of file diff --git a/docs/manual/mod/mod_proxy_balancer.xml b/docs/manual/mod/mod_proxy_balancer.xml new file mode 100644 index 0000000000..c9f096a3fc --- /dev/null +++ b/docs/manual/mod/mod_proxy_balancer.xml @@ -0,0 +1,50 @@ + + + + + + + + + +mod_proxy_balancer +mod_proxy extension for +load balancing +Extension +proxy_balancer.c +proxy_balancer_module + + +

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

+ +

Thus, in order to get the ability of load balancing, + mod_proxy and mod_proxy_balancer + have to be present in the server.

+ + Warning +

Do not enable proxying until you have secured your server. Open proxy + servers are dangerous both to your network and to the Internet at + large.

+
+
+mod_proxy + +
diff --git a/docs/manual/mod/mod_proxy_balancer.xml.meta b/docs/manual/mod/mod_proxy_balancer.xml.meta new file mode 100644 index 0000000000..9968497819 --- /dev/null +++ b/docs/manual/mod/mod_proxy_balancer.xml.meta @@ -0,0 +1,11 @@ + + + + mod_proxy_balancer + /mod/ + .. + + + en + + -- 2.40.0