The Pound program is a reverse proxy, load balancer and HTTPS front-end for Web server(s). Pound was developed to enable distributing the load among several Web-servers and to allow for a convenient SSL wrapper for those Web servers that do not offer it natively.
Questions tagged [pound]
49 questions
0
votes
1 answer
Pound SSL Wrapper Wordpress Login Issue
my Setup is like this
Visitor -> Pound -> Varnish -> nginx
My Wordpress site is looking fine from the front end (with https), but as soon i try to login to the backend this error comes up "You do not have sufficient permissions to access this…

Klausmaus
- 11
- 1
0
votes
1 answer
Allow HTTPS only for specific domains with pound
quick question here:
I have trafic from several domains routed to a Pound Reverse Proxy.
I have a valid certificate for one of these domain that I want accessible over HTTPS (this part I managed to configure without problem)
However I don't want my…

Raphael
- 101
0
votes
1 answer
Hot-spare using Pound
I currently have a server deployment in which Pound is being used as a reverse proxy (HTTPS -> HTTP) in front of a single server instance. I'd like to add a second instance on a different host that acts as a hot-spare in the event that the main…

aroth
- 393
- 3
- 9
0
votes
2 answers
D-I-Y VPS Hosting for multiple domains (3) on a single static IP
and thanks for your input.
What I want to do: I want to host some applications Web and email, for example, for myself and two clients on one static IP Address, primarily to learn, and possibly to consider some limited hosting for a couple of…

Shane
- 9
- 1
0
votes
1 answer
Pound URL Redirect with negative pattern wouldn't match
I'm using Pound(8) - HTTP/HTTPS reverse-proxy and load-balancer.
# rpm -q Pound
Pound-2.6-2.el6.x86_64
#
I'd like to be able to redirect certain URL patterns, a user hitting URL https://www.xxx.tld/ and he/she gets redirected to…

alexus
- 13,112
- 32
- 117
- 174
0
votes
1 answer
Trying to setup transparent, load balancing, SSL reverse proxy. Is it possible?
I've done a few weeks worth of research on this topic for a project, and unfortunately I'm a simple code monkey, my knowledge of networking and SSL are limited. Pretty much every search I've done so far has brought me to serverfault, where I…

tremor
- 143
- 1
- 10
0
votes
1 answer
pound ssl offloading and haproxy balance source
I have pound in front of haproxy for ssl termination. haproxy has a frontend that balance with source algorithm.
The problem is that the ssl connections from pound are balanced to the one server meanwhile plain http from the same client is sent to…

David Sedeño
- 163
- 1
- 6
0
votes
1 answer
Zen Load Balancer HTTPS to HTTPS
I've been struggling with an issue that I am hoping someone can help with. Basically, I have setup a working Zen Load Balancer going from HTTPS to HTTP but I am struggling with getting it to work using HTTPS on both sides. When I configure HTTPS to…

thiesdiggity
- 437
- 1
- 9
- 22
0
votes
1 answer
Lotus Domino 8.5.3FP2 behind pound Reverse proxy: Wrong redirect
I have a problem with the following setup:
A pound reverse proxy faces the internet with port 443.
The pound reverse proxy is configured to redirect to the internal server
The (internal) domino server only has port 80 enabled.
The homepage of…

Tode
- 1,013
- 9
- 13
0
votes
1 answer
How to find and fix issue with Pound and HAProxy
Pound sits in front of HAProxy (on the same box) to perform SSL off-load. Requests are passed to 127.0.0.1:80 where HAProxy then balances the requests across backend servers for a hosted ASP .NET web app.
A user is getting HTTP error 500 (Internal…

jwbensley
- 4,202
- 11
- 58
- 90
0
votes
1 answer
Shibboleth + IIS and Pound Reverse Proxy
Having a bit of a problem getting Shibboleth (SSO) working with ADFS and Pound.
The main problem seems to be that:
The website address will be https://website.domain.com
Pound will then terminate the SSL and forward the traffic to the webserver on…

boburob
- 1,174
- 8
- 23
0
votes
1 answer
how to pass domain name to backend with pound
I am using pound as a way to decode SSL for the backend, but the bulk of the work is done on varnish (including virtualhost stuff). As a result, I need pound to just forward all other traffic to varnish verbatim, but it doesn't seem to do that.
I…

FurtiveFelon
- 357
- 4
- 12
0
votes
1 answer
what reverse proxy server will direct traffic to healthy servers whose health is based on a result string
what reverse proxy server will direct traffic to healthy servers whose health is based on a result string??
ideally i'd like something like dnsmadeeasy or ultradns - lol - but for reverse proxy
i have looked at pound, delegate, ha proxy, squid,…

joshua paul
- 143
- 1
- 1
- 7
0
votes
1 answer
Equivalent for HAProxy's option forwardfor/close in Pound
I'm switching from HAProxy to Pound and I need to know if there is an equivalent of
option forwardfor
option httpclose
in Pound.
BTW, I'm already using the
HeadRemove "X-Forwarded-For"
in Pound.
Thanks

Everett Toews
- 663
- 1
- 6
- 12
0
votes
1 answer
Wordpress 3 multi-site install
Trying to figure out if this is possible... My company has a cms product that was written in Java and we decided to use Wordpress to run blogs for our clients. Obviously, Wordpress does not run on tomcat(at least not by default) so we installed…

mike
- 117
- 1
- 4