old-www/HOWTO/Apache-Overview-HOWTO-7.html

41 lines
1.7 KiB
HTML
Raw Permalink Normal View History

2020-08-23 10:33:19 +00:00
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>Apache Overview HOWTO: Load balancing</TITLE>
<LINK HREF="Apache-Overview-HOWTO-8.html" REL=next>
<LINK HREF="Apache-Overview-HOWTO-6.html" REL=previous>
<LINK HREF="Apache-Overview-HOWTO.html#toc7" REL=contents>
</HEAD>
<BODY>
<A HREF="Apache-Overview-HOWTO-8.html">Next</A>
<A HREF="Apache-Overview-HOWTO-6.html">Previous</A>
<A HREF="Apache-Overview-HOWTO.html#toc7">Contents</A>
<HR>
<H2><A NAME="s7">7. Load balancing</A></H2>
<P>Apache has several modules that allow distribution of requests among servers, for redundancy, increased availability, etc.
<P>
<UL>
<LI><B>Reverse proxying + mod_rewrite</B>: There is nothing in Apache that you can not do with
<A HREF="http://www.apache.org/docs/mod/mod_rewrite.html">mod_rewrite</A> ... :) This technique consists of having an Apache front-end server acting
as a proxy for the backend servers. You can find more information
<A HREF="http://www.apache.org/docs/misc/rewriteguide.html">here</A></LI>
<LI><B>Mod_backhand</B>: <EM>Allows seamless redirection of HTTP requests from one web server to another. This redirection
can be used to target machines with under-utilized resources, thus providing fine-grained, per-request load balancing of web
requests</EM>. More information at
<A HREF="http://www.backhand.org/">http://www.backhand.org/</A>.</LI>
</UL>
<P>
<P>Related talk
<UL>
<LI>TH06: mod_backhand: Internals explained</LI>
</UL>
<P>
<HR>
<A HREF="Apache-Overview-HOWTO-8.html">Next</A>
<A HREF="Apache-Overview-HOWTO-6.html">Previous</A>
<A HREF="Apache-Overview-HOWTO.html#toc7">Contents</A>
</BODY>
</HTML>