The horrible world of apache modules:
When a request hits 'server a', if I want to redirect half of the users to another server while keeping the url the same in the browser, I think I'd use mod_rewrite.
i.e. I want one website to be using 2 or more servers.
Am I barking up the right tree? More specifically, do you know what apache directives are needed for this? I've read copious amounts of apache documentation, but there's so much there, and it's not easy. If I can tip-toe around the modules and achieve the desired goal, then this would be great.
Many thanks if you can assist.
Regards,
Jason