Pound (networking)
Developer(s) | Apsis GmbH |
---|---|
Stable release | 3.0 [1]
/ November 3, 2020 |
Preview release | 3.0e [2]
/ October 5, 2020 |
Written in | C |
Operating system | Unix |
Type | open-source |
License | GPL |
Website | www |
Pound is a lightweight open source reverse proxy program and application firewall suitable to be used as a web 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 several Zope servers running on top of ZEO (Zope Extensible Object). However, Pound is not limited to Zope-based installations. Using regular 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
- decrypts https requests to http ones
- IPv6 support
- can load balance from IPv6 clients to IPv4 servers and vice versa
- rejects incorrect requests
- can be used in a chroot environment
- has no special requirements concerning which web server software or browser to use
- supports virtual hosts
- Server Name Indication (SNI) for SSL/TLS certificate negotiation
- configurable
Pound is distributed under the terms of the GNU General Public License and can be used free of charge even in business environments.
See also[]
- Traffic Server
- Web accelerator which discusses host-based HTTP acceleration
- Proxy server which discusses client-side proxies
- Reverse proxy which discusses origin-side proxies
- Comparison of web servers
- Internet Cache Protocol
References[]
- ^ "ANNOUNCE: Pound - reverse proxy and load balancer - v3.0". hostpoint.ch (Mailing list). 2020-11-03. Retrieved 2020-12-17.
- ^ "ANNOUNCE: Pound - reverse proxy and load balancer - v3.0e". hostpoint.ch (Mailing list). 2020-10-05. Retrieved 2020-10-16.
External links[]
- Pound website
- Pound mailing list archive
- Pound reverse proxy "how to" with examples
- Web archive: Pound Best Practice Deployment
- "Simple webserver load balancing with pound". debian-administration.org. 20 Sep 2005. Retrieved 2019-11-06.
{{cite web}}
: CS1 maint: url-status (link)
Categories:
- Free network-related software
- Unix network-related software
- Reverse proxy