- Pound (networking)
Infobox_Software
name = Pound
caption =
developer = Apsis
latest_release_version = 2.4.3
latest_release_date =
operating_system =Unix
genre =open source
license =GPL
website = http://www.apsis.ch/pound/Pound is a lightweight open source
reverse proxy program suitable to be used as aweb server load balancing solution. Developed by an IT security company, it has a strong emphasis on security. The original intent on developing Pound was to allow distributing the load among severalZope servers running on top of ZEO (Zope Extensible Object). However, Pound is not limited to Zope based installations. Usingregular expression matching on the requested URLs, Pound can pass different kinds of requests to different backend server groups. A few more of its most important features:* 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
* decryptshttps requests to http ones
* rejects incorrect requests
* can be used in achroot environment
* has no special requirements concerning which web server software or browser to use
* supports virtual hosts
* configurablePound is distributed under the terms of the
GNU General Public License and can be used free of charge even in business environments.See also
* Crossroads
*HAProxy
*mod_proxy_balancer for Apache httpd
*Pure Load Balancer
*Varnish cache External links
* [http://www.apsis.ch/pound/ Pound website]
* [http://www.apsis.ch/pound/pound_list Pound mailing list archive]
* [http://calomel.org/pound.html Pound reverse proxy "how to" with examples]
* [http://mongrel.rubyforge.org/wiki/Pound Pound Best Practice Deployment]
* [http://www.debian-administration.org/articles/249 Simple webserver load balancing with Pound] (for version 1)
Wikimedia Foundation. 2010.