Bug 450058 - mod_proxy ballancemember stickyness
Summary: mod_proxy ballancemember stickyness
Keywords:
Status: CLOSED DUPLICATE of bug 439218
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: httpd
Version: 5.4
Hardware: All
OS: Linux
low
low
Target Milestone: rc
: ---
Assignee: Joe Orton
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-06-05 00:45 UTC by Lawrence Walton
Modified: 2011-02-07 13:55 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-02-07 13:55:19 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Lawrence Walton 2008-06-05 00:45:50 UTC
Description of problem:
balancermember stickiness does not apear to work in httpd

Version-Release number of selected component (if applicable):
current 
2.2.3-11
How reproducible:
ProxyPass /stickiness-test balancer://stickiness-test
stickysession=JSESSIONID|jsessionid nofailover=On lbmethod=bytraffic
ProxyPassReverse /stickiness-test balancer://stickiness-test
<Proxy balancer://stickiness-test>
BalancerMember ajp://games-dev15.ra.prognet.com:8009/stickiness-test
route=route15 smax=5 max=10 timeout=60
BalancerMember ajp://games-dev16.ra.prognet.com:8009/stickiness-test
route=route16 smax=5 max=10 timeout=60
</Proxy> 


Steps to Reproduce:
1. use config from above.

Actual results:
None sticky sessions

Expected results:
sticky sessions

Additional info:

Upon request...

Comment 1 Joe Orton 2008-06-05 10:50:47 UTC
Thanks for the report.  The "stickysession=FOO|foo" feature isn't present in
2.2.3 though this is proposed for inclusion in future RHEL 5 updates of httpd
(see bug 439218).  If your backend allows it, stickysession=FOO should work.

Comment 2 Joe Orton 2011-02-07 13:55:19 UTC

*** This bug has been marked as a duplicate of bug 439218 ***


Note You need to log in before you can comment on or make changes to this bug.