Operating System - Linux
1830231 Members
1755 Online
109999 Solutions
New Discussion

Re: reverse proxy and load balancer

 
SOLVED
Go to solution
Marco_113
Frequent Advisor

reverse proxy and load balancer

Hi all,
anyone can suggest me any linux tool to configure my server as reverse proxy and load balancer?? (not squid)
Thanks
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: reverse proxy and load balancer

To balance load you will probably need another piece of hardware to spread the load to.

I might suggest round robin DNS environment.

This spreads the load between servers by randoming assigning ip addresses for the same hostname between two physical or virtual interfaces.

Examples:

http://www.webopedia.com/TERM/R/Round_Robin_DNS.html

http://www.winnetmag.com/Article/ArticleID/27025/27025.html

http://www.acmebw.com/askmrdns/archive.php?category=85&question=178

My search
http://www.google.com/search?q=dns+round+robin&sourceid=opera&num=0&ie=utf-8&oe=utf-8

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Guru Dutta
Frequent Advisor
Solution

Re: reverse proxy and load balancer

For reverse proxy and load balancer you can use Pound .Check out this URL.http://www.apsis.ch/pound/

Also if u want only load balancer use MOSIX.