Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 181886 - www-apache/mod_caucho - sticky sessions problem
Summary: www-apache/mod_caucho - sticky sessions problem
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Krzysztof Pawlik (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-13 09:32 UTC by Piotr Radkowski
Modified: 2009-07-17 10:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
mod_caucho-3.0.23-disable-sticky-sessions.patch (mod_caucho-3.0.23-disable-sticky-sessions.patch,1.01 KB, patch)
2007-06-14 06:35 UTC, Krzysztof Pawlik (RETIRED)
Details | Diff
mod_caucho-3.1.1-disable-sticky-sessions.patch (mod_caucho-3.1.1-disable-sticky-sessions.patch,1.00 KB, patch)
2007-06-14 06:35 UTC, Krzysztof Pawlik (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Radkowski 2007-06-13 09:32:12 UTC
How to turn off sticky sessions with mod_caucho? Config structure in code contains the variable, but I can't find related directive...
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-06-13 09:52:51 UTC
http://www.caucho.com/resin-3.1/doc/config-sessions.xtp
http://wiki.caucho.com/Sticky_Sessions

Bugzilla is not a support forum, it's here for bugs.
Comment 2 Krzysztof Pawlik (RETIRED) gentoo-dev 2007-06-13 14:45:38 UTC
The bug is valid, Piotr writes about mod_caucho, not resin itself. I'll take a look at it soon.
Comment 3 Krzysztof Pawlik (RETIRED) gentoo-dev 2007-06-14 06:35:24 UTC
Created attachment 121994 [details, diff]
mod_caucho-3.0.23-disable-sticky-sessions.patch

Ok, the problem is quite easy to fix: mod_caucho lacks a defined directive to disable sticky sessions. Everything's there, just not the few lines. This patch should fix it, please test and report back.
Comment 4 Krzysztof Pawlik (RETIRED) gentoo-dev 2007-06-14 06:35:49 UTC
Created attachment 121995 [details, diff]
mod_caucho-3.1.1-disable-sticky-sessions.patch

Same patch but for 3.1.1
Comment 5 Piotr Radkowski 2007-06-14 07:34:41 UTC
Thank you, that will do. I will test your solution ASAP.
Comment 6 Krzysztof Pawlik (RETIRED) gentoo-dev 2007-06-16 22:46:57 UTC
After further testing:

+*mod_caucho-3.1.1-r1 (16 Jun 2007)
+*mod_caucho-3.0.23-r1 (16 Jun 2007)
+
+  16 Jun 2007; Krzysiek Pawlik <nelchael@gentoo.org>
+  +files/mod_caucho-3.0.23-disable-sticky-sessions.patch,
+  +files/mod_caucho-3.1.1-disable-sticky-sessions.patch,
+  -mod_caucho-3.0.23.ebuild, +mod_caucho-3.0.23-r1.ebuild,
+  -mod_caucho-3.1.1.ebuild, +mod_caucho-3.1.1-r1.ebuild:
+  Add a patch for disabling sticky sessions, bug #181886.
+