Re: Bug 41897 / Session-Stickiness with mod_proxy_balancer

2007-05-08 Thread Georg von Zezschwitz
Ruediger Pluem wrote: -for (i = 0; i arr-nelts; i++) { -const char *err = set_balancer_param(conf, cmd-pool, balancer, elts[i].key, - elts[i].val); +else { +if (params-nelts 0 +

Re: Bug 41897 / Session-Stickiness with mod_proxy_balancer

2007-04-06 Thread Georg von Zezschwitz
Jim Jagielski wrote: If we state that the evaluation takes place in the occurence of stickysession attributes and suggest stickysession=Cookie:JSESSIONID stickysession=Path:;jsessionid to the user it will perform faster in average. As I promised to write the patch, I would do it the

Further Suggestion for easier Session Stickiness

2007-04-06 Thread Georg von Zezschwitz
Hi, I'd like to suggest another extension for mod_proxy*: I always disliked to configure the router name at both the servlet container like Tomcat as well as at the frontend server. The names even have to be exactly the same, difficult... :-). Particulary, I like to copy the Tomcat

Re: Bug 41897 / Session-Stickiness with mod_proxy_balancer

2007-04-04 Thread Georg von Zezschwitz
Mladen Turk wrote: ... or perhaps a different notation ... stickysession=Cookie:JSESSIONID stickysession=Env:MYSESSION I like that much more - these flags like [C] rather raise questions like can I add multiple of them?. What about this?: stickysession The attribute can occur multiple times

Re: Bug 41897 / Session-Stickiness with mod_proxy_balancer

2007-04-04 Thread Georg von Zezschwitz
Mladen Turk schrieb: ... or perhaps a different notation ... stickysession=Cookie:JSESSIONID stickysession=Env:MYSESSION I like that much more - these flags like [C] rather raise questions like can I add multiple of them?. What about this?: stickysession The attribute can occur multiple times

Re: Bug 41897 / Session-Stickiness with mod_proxy_balancer

2007-04-03 Thread Georg von Zezschwitz
Mladen Turk schrieb: Georg von Zezschwitz wrote: .. #41897 describes the problem that the case-sensitivity of the stickysession-Parameter does not comply to the Java Servlet Spec (Cookie: JSESSIONID, url based session management ;jsessionid). This is not the breakage of the Servlet-Spec

Bug 41897 / Session-Stickiness with mod_proxy_balancer

2007-04-02 Thread Georg von Zezschwitz
Hi, As I (with RĂ¼digers help :-) ) found out, there is already a bug report to my problem: #41897 describes the problem that the case-sensitivity of the stickysession-Parameter does not comply to the Java Servlet Spec (Cookie: JSESSIONID, url based session management ;jsessionid). To solve

Re: Patch for 2.0.54 + OpenSSL 0.9.8

2005-07-06 Thread Georg von Zezschwitz
William A. Rowe, Jr. wrote: I have attached a patch to make mod_ssl compile with OpenSSL 0.9.8, and also added an SSL variable SSL_COMP_METHOD to allow logging (and other usages) of the negotiated compression method. My concern is that older libraries would break under this patch. Do we