Categories
Pound
Pound is a reverse HTTP proxy, load balancer, and SSL wrapper. It proxies client HTTPS requests to HTTP backend servers, distributes the requests among several servers while keeping sessions, supports HTTP/1.1 requests even if the backend server(s) are HTTP/1.0, and sanitizes requests. Pound proxies HTTO _and HTTPS requests simultaneously. In addition, it knows about failed back-end servers and can redirect requests according to their availability.
It can run as setuid/setgid and/or in a chroot jail. Pound does not access the hard-disk at all (except for reading the certificate file on start, if required, and the pid file) and should thus pose no security threat to any machine. It needs at least the configuration file (read-only) and, optionally, the HTTPS server certificate (read-only).
Last updated 10 Nov, 2004
About
Leadership
- Robert Segall - Maintainer
- Ken Lalonde - Contributor
- Frank DENIS - Contributor
- Gurkan Sengun - Contributor
Requirements
- OpenSSL (-lssl) (Build Prerequisite)
- pthreads (-lpthread; pthreads is not a library but a compilation flag on OpenBSD) (Build Prerequisite)
- pthreads (-lcrypt (Weak Prerequisite)
- -lsocket and/or -lnsl) (Weak Prerequisite)
Related Projects
Versions
1.8
1.8 beta released 2004-11-04
- Released: 4 Nov, 2004
- Code Maturity: Beta
- Source Archive: http://www.apsis.ch/pound/Pound-1.8.tgz
- Licenses: GPLv2
- Interfaces: Command Line
User Community and Support
User manpage and README included in the distribution
General Resources
Support Resources
- Paid consulting and technical support available from Apsis GmbH at http://www.apsis.ch/



