Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 5 product line. The current stable release is 5.10. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 450058

Summary: mod_proxy ballancemember stickyness
Product: Red Hat Enterprise Linux 5 Reporter: Lawrence Walton <lwalton>
Component: httpdAssignee: Joe Orton <jorton>
Status: CLOSED DUPLICATE QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: 5.4   
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-07 13:55:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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 ***