On Wed, 2009-08-26 at 08:33 -0400, Tim Funk wrote:
> Let's say I have the following rule:
>
> ProxyPass /foo balancer://cluster5/foo stickysession=JSESSIONID
>
> I want to use RewriteRule for my proxy directives. So I'd say this:
>
> RewriteRule ^/(foo.*) balancer://cluster5/$1 [P]
>
> But how
Let's say I have the following rule:
ProxyPass /foo balancer://cluster5/foo stickysession=JSESSIONID
I want to use RewriteRule for my proxy directives. So I'd say this:
RewriteRule ^/(foo.*) balancer://cluster5/$1 [P]
But how do I set stickysession=JSESSIONID [as well as any other
parameters