https://issues.apache.org/bugzilla/show_bug.cgi?id=47923

           Summary: Apache 2.2.11 mod_proxy_balancer looses stickiness if
                    a subdirectory is proxied to backend
           Product: Apache httpd-2
           Version: 2.2.11
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: mod_proxy_balancer
        AssignedTo: [email protected]
        ReportedBy: [email protected]


The stickiness of mod_proxy_balancer works fine, if all content is proxied to
backend. 

<Proxy balancer://mycluster>
BalancerMember http://160.50.216.29:3080 route=0
BalancerMember http://160.50.216.28:3080 route=1
</Proxy>
ProxyPass / balancer://mycluster/ stickysession=JSESSIONID|jsessionid
nofailover=Off


If I try to proxy only a specified subdirectory, the stickiness cannot be
preserved.

<Proxy balancer://mycluster/subdir>
BalancerMember http://160.50.216.29:3080 route=0
BalancerMember http://160.50.216.28:3080 route=1
</Proxy>
ProxyPass / balancer://mycluster/subdir stickysession=JSESSIONID|jsessionid 
nofailover=Off

There aren't any error entries in log files.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to