|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2006
/
2006-03
/
how to select a given backend
[
Pound - bad request message / "Burt ... ]
[
Pound doubt - backend is considered dead when? / ... ]
how to select a given backend
robert rottermann <robert(at)redcor.ch> |
2006-03-08 09:27:37 |
[ FULL ]
|
Helo,
is there a way that I could force the use of a given backend that is
running behind pound .
I would like to do that for testing purposes.
thanks
robert
|
|
|
|
|
Re: [Pound Mailing List] how to select a given backend
Robert Segall <roseg(at)apsis.ch> |
2006-03-08 13:15:50 |
[ FULL ]
|
On Wed, 2006-03-08 at 09:27 +0100, robert rottermann wrote:[...]
Turn off all the others?[...]
|
|
|
Re: [Pound Mailing List] how to select a given backend
robert rottermann <robert(at)redcor.ch> |
2006-03-08 19:17:08 |
[ FULL ]
|
Robert Segall wrote:[...][...][...]
good idea.
However what I want is to know whether that machine is running and
provides the desired result.
I would like to call each one after the other.
robert
|
|
|
|
|
Re: [Pound Mailing List] how to select a given backend
Ted Dunning <tdunning(at)veoh.com> |
2006-03-08 20:29:33 |
[ FULL ]
|
Define additional listeners on alternative ports that only use a single
backend.
Then you can hit the backends one at a time.
Alternatively, you can define regexes that will direct you to a
specified backend. These regexes can match query arguments. I wouldn't
do this on the generally accessible listener, but having a test listener
on a separate port (that is screened out by the firewall) would work
very well.
robert rottermann wrote:
[...][...]
>>> is there a way that I could force the use of a given backend that
is
>>> running behind pound .
>>> [...][...]
[...]
|
|
|
|