I am trying to setup a configuration like this:
Server1: portal.company.com
Server2: server2.company.com
Server3: server3.company.com
Server4: server4.company.com
Server1 is the only publically accessible computer. It needs to act as a reverse proxy to all three servers.
Server2, 3, 4 all serve the same content and pages. Basically they are frontend web servers for a portal application.
Server1 need to act as a SSL reverse proxy round robin load balancer.
Anyone know of an application that will work in this way? I have found load balancers, I have found reverse proxies but I haven't found an application that can do both.
squid is an open source project that appears to be able to do it but I sure can't find a document that describes how to set it up in this fashion.
Server1: portal.company.com
Server2: server2.company.com
Server3: server3.company.com
Server4: server4.company.com
Server1 is the only publically accessible computer. It needs to act as a reverse proxy to all three servers.
Server2, 3, 4 all serve the same content and pages. Basically they are frontend web servers for a portal application.
Server1 need to act as a SSL reverse proxy round robin load balancer.
Anyone know of an application that will work in this way? I have found load balancers, I have found reverse proxies but I haven't found an application that can do both.
squid is an open source project that appears to be able to do it but I sure can't find a document that describes how to set it up in this fashion.