On May 5, 2006, at 17:08, Robert Ionescu wrote:
Bjørn Stabell wrote:
RewriteRule ^/mbp/(.*) balancer://ourcluster/$1 [P]
timeout=20 nofailover=On stickysession=OUR_COOKIE
those (proxy) arguments are not part of the RewriteRule directive/
mod_rewrite.
Try to use
RewriteRule ^/mbp/(.*) balancer://ourcluster/$1 [P]
<Proxy balancer://myCluster>
.....
ProxySet stickysession=OUR_COOKIE timeout=20 nofailover=On
</Proxy>
instead.
It didn't work for me as I was running 2.2.1, but I can see from the
2.2.2 source that it's in there. It's not documented anywhere I can
see, however...?
Rgds,
Bjorn