You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/02/20 12:25:31 UTC

DO NOT REPLY [Bug 38357] - mod_proxy_balancer doesn't support sticky session

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38357>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38357





------- Additional Comments From apache@friibii.ch  2006-02-20 12:25 -------
sorry, was away for a while..

i reinstalled a 'clean' version (the same version) and added the minor fixes,
and startet to test agian. i guess i found the problem in my configuration:

1. it seems that one of the changed cood made the problem even more worse!
2. the stickysession-function works until the Proxy is definied in the
VirtualHost Section. The Proxy works fine if you include the Proxy-Conf in the
'general' section, but stickysession doesn't work.. therfore you need to include
it for each virtualhost again.. [i guess you don't understand, so following
three samples..]

working:
<VirtualHost ..>
 ProxyPass / balancer://prod/ stickysession=sessionkey nofailover=On
 <Proxy balancer://prod/>
 ...
 </Proxy>
<VirtualHost ..>

it also works like that:
<VirtualHost ..>
 ProxyPass / balancer://prod/ stickysession=sessionkey nofailover=On
 Include balancemap.conf
</VirtualHost>
[and in balancemap: <Proxy balancer://prod/>...</Proxy>]

but it doesn't work like that!
Include balancemap.conf
<VirtualHost ..>
 ProxyPass / balancer://prod/ stickysession=sessionkey nofailover=On
<VirtualHost ..>
[and in balancemap: <Proxy balancer://prod/>...</Proxy>]

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

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org