Re: mod_memcache??

2007-07-12 Thread josh rotenberg
Hi, So I've uploaded a 0.1.0 version of this. Definitely still pretty simple and rough but it seems to be working ok. I've got a few ideas for making the configuration a little nicer, and I'll probably try to implement them soon, but if you (Frank, et al) wanted to take a look and make suggestion

Re: httpd returns 500 when a route does not belong to the balancer.

2007-07-12 Thread Mladen Turk
jean-frederic clere wrote: Hmm, "nofailover=On" is used for non-matched routes. The failover stuff is between the members of a balancer not between balancers. Not true. ? In find_route_worker(proxy_balancer *balancer...) nofailover == sticky_force runtime = find_session_route(*

Re: httpd returns 500 when a route does not belong to the balancer.

2007-07-12 Thread jean-frederic clere
Mladen Turk wrote: jean-frederic clere wrote: Mladen Turk wrote: jean-frederic clere wrote: Hi, I would like to fix a problem in mod_proxy_balancer when the configuration is something like: +++ ProxyPass balancer://mycluster/myapp stickysession=JESSSIONID|jsessionid nofailover=On

Re: httpd returns 500 when a route does not belong to the balancer.

2007-07-12 Thread Mladen Turk
jean-frederic clere wrote: Mladen Turk wrote: jean-frederic clere wrote: Hi, I would like to fix a problem in mod_proxy_balancer when the configuration is something like: +++ ProxyPass balancer://mycluster/myapp stickysession=JESSSIONID|jsessionid nofailover=On ProxyPass

Re: httpd returns 500 when a route does not belong to the balancer.

2007-07-12 Thread jean-frederic clere
Mladen Turk wrote: jean-frederic clere wrote: Hi, I would like to fix a problem in mod_proxy_balancer when the configuration is something like: +++ ProxyPass balancer://mycluster/myapp stickysession=JESSSIONID|jsessionid nofailover=On ProxyPass balancer://mytiti/titi stic

Re: httpd returns 500 when a route does not belong to the balancer.

2007-07-12 Thread jean-frederic clere
Plüm wrote: -Ursprüngliche Nachricht- Von: jean-frederic clere Gesendet: Donnerstag, 12. Juli 2007 13:37 An: dev@httpd.apache.org Betreff: httpd returns 500 when a route does not belong to the balancer. Hi, I would like to fix a problem in mod_proxy_balancer when the configurat

Re: httpd returns 500 when a route does not belong to the balancer.

2007-07-12 Thread Mladen Turk
jean-frederic clere wrote: Hi, I would like to fix a problem in mod_proxy_balancer when the configuration is something like: +++ ProxyPass balancer://mycluster/myapp stickysession=JESSSIONID|jsessionid nofailover=On ProxyPass balancer://mytiti/titi stickysession=JESSSIONID|

Re: httpd returns 500 when a route does not belong to the balancer.

2007-07-12 Thread Plüm , Rüdiger , VF-Group
> -Ursprüngliche Nachricht- > Von: jean-frederic clere > Gesendet: Donnerstag, 12. Juli 2007 13:37 > An: dev@httpd.apache.org > Betreff: httpd returns 500 when a route does not belong to > the balancer. > > Hi, > > I would like to fix a problem in mod_proxy_balancer when the > conf

httpd returns 500 when a route does not belong to the balancer.

2007-07-12 Thread jean-frederic clere
Hi, I would like to fix a problem in mod_proxy_balancer when the configuration is something like: +++ ProxyPass balancer://mycluster/myapp stickysession=JESSSIONID|jsessionid nofailover=On ProxyPass balancer://mytiti/titi stickysession=JESSSIONID|jsessionid nofailover=On

Re: svn commit: r555458 - in /httpd/httpd/trunk: configure.in modules/ssl/config.m4

2007-07-12 Thread Joe Orton
On Thu, Jul 12, 2007 at 02:06:02AM -, Paul Querna wrote: > Author: pquerna > Date: Wed Jul 11 19:06:01 2007 > New Revision: 555458 > > URL: http://svn.apache.org/viewvc?view=rev&rev=555458 > Log: > Fix VPATH builds of httpd with the apr_memcache backend for ssl > sessions, when APR and APR-Ut