56 lines
1.7 KiB
XML
56 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
this work for additional information regarding copyright ownership.
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
(the "License"); you may not use this file except in compliance with
|
|
the License. You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<!DOCTYPE document [
|
|
<!ENTITY project SYSTEM "project.xml">
|
|
]>
|
|
<document url="balancer-howto.html">
|
|
|
|
&project;
|
|
|
|
<properties>
|
|
<author email="yoavs@apache.org">Yoav Shapira</author>
|
|
<author>Remy Maucherat</author>
|
|
<author>Andy Oliver</author>
|
|
<title>Load Balancer How-To</title>
|
|
</properties>
|
|
|
|
<body>
|
|
|
|
<section name="Table of Contents">
|
|
<toc/>
|
|
</section>
|
|
|
|
<section name="Using the JK 1.2.x native connector">
|
|
|
|
Please refer to the JK 1.2.x documentation.
|
|
|
|
</section>
|
|
|
|
<section name="Using Apache HTTP Server 2.x with mod_proxy">
|
|
|
|
Please refer to the mod_proxy documentation for Apache HTTP Server 2.2. This supports either
|
|
HTTP or AJP load balancing. This new version of mod_proxy is also usable with
|
|
Apache HTTP Server 2.0, but mod_proxy will have to be compiled separately using the code
|
|
from Apache HTTP Server 2.2.
|
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</document>
|