Servers behind load balancer
Posted
by Tom
on Server Fault
See other posts from Server Fault
or by Tom
Published on 2010-06-10T15:42:17Z
Indexed on
2010/06/10
15:43 UTC
Read the original article
Hit count: 312
We have a CISCO hardware load balancer with two web servers behind it. We'd like to force some URLs to only be served by one of the machines.
Firstly, is the job of the load balancer? or would a better approach be create a subdomain such as http://assets.example.com which would be automatically be routed to one of the servers?
© Server Fault or respective owner