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.

--
Robert

Reply via email to