i know that is possible to use a "route" parameter into the proxy balancer definition and then set a stickysession cookie name into the ProxyPass setting.
ProxyPass / balancer://mycluster/ stickysession=MyCookie
ProxyPassReverse / balancer://mycluster/
<Proxy balancer://mycluster>
ProxySet lbmethod=byrequests
</Proxy>
If i set the cookie MyCookie=node01/02 i can route all requests to a specific node, and that's ok.
But....due to some architecture and application limitation i'm not able to operate with cookies, so i'm wondering if is possible to "detect" the route parameter directly from a query string parameter.
Example:
Thanks to all in advance, bye!
--
/*************/
nik600
http://www.kumbe.it