Bug #1486
closedrelayd does not set sticky-address option when set in advanced/misc
100%
Description
When the sticky session flag is set in advanced/misc and then a relayd pool setup the sticky-session option is not set in the resulting /var/etc/relay.conf file.
Adding the sticky-session option manually allows session persistence to work as expected.
Here is a piece of the file, with the sticky-address manually added:
redirect "Prod_HTTPS" {
listen on 74.200.xxx.xxx port 443
sticky-address
forward to <Prod_HTTPS> port 443 check https '/wms/test.html' code 200 timeout 5000
}
Updated by Ermal Luçi over 13 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 9b0ddd8cf37fbf4e453d476a985f00e36bbb0861.
Updated by John Welter over 13 years ago
Unfortunately this still doesn't fix the issue. I tested and (isset($conf['system']['lb_use_sticky'])) returns false even though sticky is set in advanced/misc. Perhaps it has been renamed in v2.0 or something?
Updated by Chris Buechler over 13 years ago
- Category set to Load Balancer
- Target version set to 2.0
Updated by Warren Baker over 13 years ago
There was a typo s/conf/config/ - this has been fixed.
Applied in change set 327ef8eb3244f79e1b669dca792c83d45657f7d4
Updated by John Welter over 13 years ago
I tested the Tue May 3 11:16:02 EDT 2011 and the bug is fixed. Thanks for the quick turn around!
Updated by Chris Buechler over 13 years ago
- Status changed from Feedback to Resolved