I was wondering if there is a way to route traffic coming from a particular
web-url to go to a particular server in the load balanced environment.....
e.g
my urls are abc.xyz.com/mon/app/index.php
and abc.xyz.com/tue/app/index.php
and my load balancing configuration has
1 haproxy server and 2 apache servers (1A and 1B)
and if i want url with "mon" to go to server "1A" and url with "tue" to go to
server "1B" , what would be the settings in the haproxy.cfg file? can this be
done?
i hope my question is not vague...