I've just finished testing pound and will probably have it in production in a couple weeks. I'm happy with it so far.
For it to work in our environment I had to patch it to do two things * send the X-Forwarded-Proto header * relay the X-Forwarded-For header if present http://www.intarnat.org/pound/p1/http.c.patch http://www.intarnat.org/pound/p1/pound.h.patch http://www.intarnat.org/pound/p1/svc.c.patch (all against 2.5, since that's what we're running) The first is to push some pages to SSL if they don't come in using SSL (since we're offloading that to Pound). The second because we're running in the AWS cloud and using their dysfunctional load balancer to handle HA between pound instances and we want to get the real client IP and not amazon's ELB IP. alex -- To unsubscribe send an email with subject unsubscribe to [email protected]. Please contact [email protected] for questions.
