]> granicus.if.org Git - apache/blob - docs/manual/mod/mod_proxy_balancer.xml
Initial balancer documentation. Just framework.
[apache] / docs / manual / mod / mod_proxy_balancer.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
3 <?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
4 <!-- $Revision: 1.1 $ -->
5
6 <!--
7  Copyright 2002-2004 The Apache Software Foundation
8
9  Licensed under the Apache License, Version 2.0 (the "License");
10  you may not use this file except in compliance with the License.
11  You may obtain a copy of the License at
12
13      http://www.apache.org/licenses/LICENSE-2.0
14
15  Unless required by applicable law or agreed to in writing, software
16  distributed under the License is distributed on an "AS IS" BASIS,
17  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18  See the License for the specific language governing permissions and
19  limitations under the License.
20 -->
21
22 <modulesynopsis metafile="mod_proxy_balancer.xml.meta">
23
24 <name>mod_proxy_balancer</name>
25 <description><module>mod_proxy</module> extension for
26 load balancing </description>
27 <status>Extension</status>
28 <sourcefile>proxy_balancer.c</sourcefile>
29 <identifier>proxy_balancer_module</identifier>
30
31 <summary>
32     <p>This module <em>requires</em> the service of <module
33     >mod_proxy</module>. It provides load balancing support for
34     <code>HTTP</code>, <code>FTP</code> and <code>AJP13</code> protocols
35     </p>
36
37     <p>Thus, in order to get the ability of load balancing,
38     <module>mod_proxy</module> and <module>mod_proxy_balancer</module>
39     have to be present in the server.</p>
40
41     <note type="warning"><title>Warning</title>
42       <p>Do not enable proxying until you have <a
43       href="mod_proxy.html#access">secured your server</a>. Open proxy
44       servers are dangerous both to your network and to the Internet at
45       large.</p>
46     </note>
47 </summary>
48 <seealso><module>mod_proxy</module></seealso>
49
50 </modulesynopsis>