Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have RHEL5 server, and we want to configure SQUID proxy server as load balancer.
Ex.
[ RHEL5 server1 ] [ RHEL5 server2 ]
Squid squid
We want to configure round Robbin squid, like..to load balance server , one request goes to server 1 other request goes to server 2, and again same. Please suggest how this can be done..?or if there are open source tools for this.Please let me know how i should proceed.
It's left to know if it's a forward or reverse proxy, but anyway I think this applies to both. IMO you can achieve this with an iptables-based "nth" loadbalancing scheme (greatly documented all over the web), and furthermore you can use some peer config in the squids to take advantage of already cached objects across them.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.