|
Trick: Pound reverse proxy for Apache |
|
|
|
Friday, 28 December 2007 |
|
How do I install and configure pound reverse proxy for Apache web sever under Debian Linux? Pound is a reverse-proxy load balancing server. It accepts requests
from HTTP / HTTPS clients and distributes them to one or more Web
servers. The HTTPS requests are decrypted and passed to the back-ends
as plain HTTP.
If more than one back-end server is defined, Pound chooses one of them
randomly, based on defined priorities. By default, Pound keeps track of
associations between clients and back-end servers (sessions). Read more at nixCraft
|