Here's the proposed setup:
Server Farm A- 2 or more web servers
Server Farm B- 2 or more web servers
Load Balancer that distributes incoming web traffic to the server farms.
Scenario:
www.example.com/most URLs- forward requests to Server Farm A
www.example.com/special URLs- forward requests to Server Farm B
I'm guessing this would be considered layer 7 load balancing?
Any recommendations?
TIA!