I have a pair of Sugar installations that I'm attempting to load-balance over two servers (loadbalancing because I can, but two servers for HA).
After some experimentation, it appears that I need to consistently redirect the same user to the same server for the duration of their login; according to the Apache mod_proxy docs, the way to do this is via the "stickysession=<sessionIDname>" directive.
I tried the PHPSESSION suggested as a sane default for PHP apps, but no dice.
Can anybody lead me to where I need to go on this in order to make it work?
Thanks.


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks