Pound_(networking)

Pound (networking)

Pound (networking)

Add article description


Pound is a lightweight open source reverse proxy program and application firewall suitable to be used as a web server load balancing solution. Originally 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
Quick Facts Developer(s), Stable release ...

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


References

  1. "ANNOUNCE: Pound - reverse proxy and load balancer - v3.0e". hostpoint.ch (Mailing list). 2020-10-05. Archived from the original on 2021-10-20. Retrieved 2020-10-16.
  2. Dokuchaev, Alexey (2023-02-24). "www/pound: the port had been updated to version 4.5". FreeBSD. Retrieved 2023-02-26. Apsis GmbH, original upstream, had stopped the development and welcomed Sergey Poznyakoff to pick up and further maintain the project, which is now hosted on GitHub.
  3. Poznyakoff, Sergey (2023-02-12). "Releases - graygnuorg/pound". GitHub. Retrieved 2023-02-26.

Share this article:

This article uses material from the Wikipedia article Pound_(networking), and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.