AW: AW: [us...@httpd] mod_proxy_balance: route redirect not working

2009-07-10 Thread Juergen.Link
r [mailto:a...@ice-sa.com] > Gesendet: Dienstag, 7. Juli 2009 17:02 > An: users@httpd.apache.org > Betreff: Re: AW: [us...@httpd] mod_proxy_balance: route > redirect not working > > juergen.l...@it.nrw.de wrote: > > André, > > thanks for your suggestion. I was using

Re: AW: [us...@httpd] mod_proxy_balance: route redirect not working

2009-07-07 Thread André Warnier
juergen.l...@it.nrw.de wrote: André, thanks for your suggestion. I was using mod_jk a while ago, but was persuaded to switch to mod_proxy. I'm going to build a test env with mod_jk by the end of this week and keep you informed. For additional info, I strongly recommend having a look at the Tom

AW: [us...@httpd] mod_proxy_balance: route redirect not working

2009-07-07 Thread Juergen.Link
Von: Boyle Owen [mailto:owen.bo...@six-group.com] > Gesendet: Dienstag, 7. Juli 2009 11:28 > An: users@httpd.apache.org > Betreff: RE: [us...@httpd] mod_proxy_balance: route redirect > not working > > > -Original Message- > > From: juergen.l...@it.nrw.de [m

AW: [us...@httpd] mod_proxy_balance: route redirect not working

2009-07-07 Thread Juergen.Link
@ice-sa.com] > Gesendet: Dienstag, 7. Juli 2009 11:44 > An: users@httpd.apache.org > Betreff: Re: [us...@httpd] mod_proxy_balance: route redirect > not working > > Boyle Owen wrote: > >> -Original Message- > >> From: juergen.l...@it.nrw.de [mailto:juer

Re: [us...@httpd] mod_proxy_balance: route redirect not working

2009-07-07 Thread André Warnier
Boyle Owen wrote: -Original Message- From: juergen.l...@it.nrw.de [mailto:juergen.l...@it.nrw.de] If redirection in mod_proxy_balance does not work this way, what is the preferred way to smoothly fade out an instance? I don't know. Hi Juergen. You may want to have a look at using

RE: [us...@httpd] mod_proxy_balance: route redirect not working

2009-07-07 Thread Boyle Owen
> -Original Message- > From: juergen.l...@it.nrw.de [mailto:juergen.l...@it.nrw.de] > Sent: Tuesday, July 07, 2009 9:52 AM > To: users@httpd.apache.org > Subject: AW: [us...@httpd] mod_proxy_balance: route redirect > not working > > Owen, > what e

AW: [us...@httpd] mod_proxy_balance: route redirect not working

2009-07-07 Thread Juergen.Link
Owen, what exactly does "labelled" mean? Can I think of it in our case as the request having a cookie JSESSIONID=.tomcat1, i.e. a suffix matching one of the configured workers? If so, we completely misinterpreted the meaning of "redirect". We are looking for a way to starve an instance: matching

RE: [us...@httpd] mod_proxy_balance: route redirect not working

2009-07-07 Thread Boyle Owen
From: juergen.l...@it.nrw.de [mailto:juergen.l...@it.nrw.de] Sent: Monday, July 06, 2009 5:29 PM To: users@httpd.apache.org Subject: [us...@httpd] mod_proxy_balance: route redirect not working We use

[us...@httpd] mod_proxy_balance: route redirect not working

2009-07-06 Thread Juergen.Link
We use mod_proxy to distribute requests to four tomcat instances. Our configuration (vhost.conf) is as follows: ProxyPass /balancer-manager ! ProxyPass / balancer://mybalancer/ stickysession=JSESSIONID BalancerMember ajp://xx.yy.zz:11009/ldsportal route=tomcat1 loadfactor=50