Difference between revisions of "Pound"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Pound |Short description=Reverse HTTP proxy, load balancer, and SSL wrapper |Full description=Pound is a reverse HTTP proxy, load balancer, and SSL wrapper. It prox...")
 
(Added Debian link)
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
|Short description=Reverse HTTP proxy, load balancer, and SSL wrapper
 
|Short description=Reverse HTTP proxy, load balancer, and SSL wrapper
 
|Full description=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).
 
|Full description=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).
 +
|Homepage URL=http://www.apsis.ch/pound/
 
|User level=none
 
|User level=none
|Status=Live
 
|Component programs=
 
|Homepage URL=http://www.apsis.ch/pound/
 
|VCS checkout command=
 
 
|Computer languages=C
 
|Computer languages=C
 
|Documentation note=User manpage and README included in the distribution
 
|Documentation note=User manpage and README included in the distribution
 
|Paid support=Paid consulting and technical support available from Apsis GmbH at http://www.apsis.ch/
 
|Paid support=Paid consulting and technical support available from Apsis GmbH at http://www.apsis.ch/
|IRC help=
+
|Accepts cryptocurrency donations=No
|IRC general=
 
|IRC development=
 
 
|Related projects=HAproxy,Stunnel,Squid,Apache,Zope
 
|Related projects=HAproxy,Stunnel,Squid,Apache,Zope
 
|Keywords=proxy,SSL,HTTP,server,pound,reverse proxy,load balancer,HTTP/1.1,HTTP/1.0
 
|Keywords=proxy,SSL,HTTP,server,pound,reverse proxy,load balancer,HTTP/1.1,HTTP/1.0
|Is GNU=n
+
|Version identifier=2.7
|Last review by=Janet Casey
+
|Version date=2015/01/26
|Last review date=2004-11-10
+
|Version status=beta
|Submitted by=Database conversion
+
|Version download=http://www.apsis.ch/pound/Pound-2.7.tgz
 +
|Last review by=Bendikker
 +
|Last review date=2018/02/22
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=1.8
+
|Is GNU=No
|Version date=2004-11-04
+
|License verified date=2002-07-23
|Version status=beta
+
}}
|Version download=http://www.apsis.ch/pound/Pound-1.8.tgz
+
{{Project license
 +
|License=GPLv2
 +
|License verified by=Janet Casey
 
|License verified date=2002-07-23
 
|License verified date=2002-07-23
|Version comment=1.8 beta released 2004-11-04
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Robert Segall
 
|Role=Maintainer
 
|Role=Maintainer
|Real name=Robert Segall
 
 
|Email=roseg@apsis.ch
 
|Email=roseg@apsis.ch
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Frank DENIS
 
|Role=Contributor
 
|Role=Contributor
|Real name=Frank DENIS
 
 
|Email=j@pureftpd.org
 
|Email=j@pureftpd.org
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Gurkan Sengun
 
|Role=Contributor
 
|Role=Contributor
|Real name=Gurkan Sengun
 
 
|Email=gurkan@linuks.mine.nu
 
|Email=gurkan@linuks.mine.nu
|Resource URL=
 
 
}}
 
}}
 
{{Person
 
{{Person
 +
|Real name=Ken Lalonde
 
|Role=Contributor
 
|Role=Contributor
|Real name=Ken Lalonde
 
 
|Email=ken@torus.ca
 
|Email=ken@torus.ca
|Resource URL=
+
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/pound
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 60: Line 58:
 
|Interface=command-line
 
|Interface=command-line
 
|Internet-application=security
 
|Internet-application=security
|Security=firewall,internet
+
|Security=firewall, internet
|Use=internet-application,security
+
|Use=internet-application, security
}}
 
{{Project license
 
|License=GPLv2
 
|License verified by=Janet Casey
 
|License verified date=2002-07-23
 
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 84: Line 77:
 
|Prerequisite description=-lsocket and/or -lnsl)
 
|Prerequisite description=-lsocket and/or -lnsl)
 
}}
 
}}
 +
{{Featured}}

Latest revision as of 16:58, 22 February 2018


[edit]

Pound

http://www.apsis.ch/pound/
Reverse HTTP proxy, load balancer, and SSL wrapper

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).





Licensing

License

Verified by

Verified on

Notes

License

GPLv2

Verified by

Janet Casey

Verified on

23 July 2002




Leaders and contributors

Contact(s)Role
Robert Segall Maintainer
Gurkan Sengun Contributor
Frank DENIS Contributor
Ken Lalonde Contributor


Resources and communication

AudienceResource typeURI
Bug Tracking,Developer,SupportE-mailmailto:roseg@apsis.ch
Debian (Ref)https://tracker.debian.org/pkg/pound


Software prerequisites

KindDescription
Weak prerequisitepthreads (-lcrypt
Weak prerequisite-lsocket and/or -lnsl)
Required to buildpthreads (-lpthread; pthreads is not a library but a compilation flag on OpenBSD)
Required to buildOpenSSL (-lssl)




Entry



















"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.



















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.