Bug 54134 - new feature: ability to use multiple routes in sticky_session
Summary: new feature: ability to use multiple routes in sticky_session
Status: NEW
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_proxy_balancer (show other bugs)
Version: 2.5-HEAD
Hardware: PC Linux
: P2 enhancement (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: PatchAvailable
Depends on:
Blocks: 56738
  Show dependency tree
 
Reported: 2012-11-11 13:06 UTC by inu
Modified: 2014-07-17 20:58 UTC (History)
0 users



Attachments
mutiple-route patch (7.51 KB, patch)
2012-11-11 13:06 UTC, inu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description inu 2012-11-11 13:06:57 UTC
Created attachment 29583 [details]
mutiple-route patch

Same application server adds more then one possible route to the stick_session cookie (like Oracle Weblogic).

The proxy_balancer can now detect more the one route in the sticky_session (url and cookie). 
The balancer search for a worker, first in the list of routes given by the sticky_session.

with patch in #53893 and #54102 it is an initial support for Weblogic (incl. replication cluster)

InuSasha