Proxy between data centers [closed]
- by dstarh
Possible Duplicate:
Can IIS be configure to forward request to another web server?
We are switching data centers (actually datac-center to EC2 to be specific) and some customers have not yet made DNS changes to point the domains to the new load balancers. We are thinking of leaving the existing servers up and just using a proxy server to forward the request to the new load balancer.
Can anyone recommend a good proxy server for doing this
I've got squid installed but it seems it's fairly easy to just have a fairly
wide open proxy server and we don't want this. I want all requests
coming in on port 80 to be sent to port 80 at a specific domain
(elastic load balancer)
the data center env is windows 2k3 and the
EC2 env will all be linux but the ec2 env should be irrelevant