|
Apache load balancing with Pound Reverse Proxy |
 vote
 |
|
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. It will act as:
a) Server load balancer b) Reverse proxy server c) Apache reverse proxy etc d) It can detects when a backend server fails or recovers, and bases its load balancing decisions on this information: if a backend server fails, it will not receive requests until it recovers e) It can decrypts https requests to http ones f) Rejects incorrect requests h) It can be used in a chroot environment (security feature)
| | |
| |
|
| | read more | mail this link | score:7553 | -nixcraft, December 14, 2007 |
| |
|
More Sysadmin articles... |
|
|