Pete Freitag Pete Freitag

Pound - HTTP Load Balancer and Reverse Proxy

web

Pound is a software HTTP Load Balancer and Reverse Proxy. Pound is a really simple server that forwards HTTP requests to the proper server or servers. You can set it up to have separate servers handle different types of content, or different parts of your web application (based on the url).

Pound can also provide sticky session based load balancing based on the value of a cookie, by a url param, by a HTTP authentication user, or by client IP address. So if you need to setup a load balanced CF application on a budget you can run this with two copies of CF Professional, or BlueDragon.


Like this? Follow me ↯

Pound - HTTP Load Balancer and Reverse Proxy was first published on September 10, 2004.

Comments

I wanna setup pound, I am new, Can some one pls tell me how to go about it. I mean step by step, Actually need to understand how will it work

Thankx
by nilx on 02/02/2005 at 5:33:37 AM UTC
So could you in theory setup 20 free Bluedragon servers, and the use pound to do basic load balancing to each of them?
by jeff on 04/08/2006 at 12:09:18 PM UTC
Yes, you can setup multiple servers behind Pound and have the traffic load balanced.

Pound reverse proxy "how to"
http://calomel.org/pound.html
by Calomel on 12/07/2007 at 12:24:30 PM UTC