On Sat, 28 Oct 2000, Les Mikesell wrote:

> Is there any way to tie proxy requests mapped by mod_rewrite to
> a balanced set of servers through mod_backhand (or anything
> similar)?    Also, can mod_backhand (or any alternative) work
> with non-apache back end servers?    I'm really looking for a way
> to let mod_rewrite do the first cut at deciding where (or whether)
> to send a request, but then be able to send to a load balanced, fail
> over set, preferably without having to interpose another physical
> proxy.

>From what I could make out, I think you should be able to use backhand
only within certain <Location> sections, and therefore have a request come
in outside of that, rewrite it to a backhand enabled location and have
backhand do its thing. Should work, but you'd have to try it.

Alternatively write your own decision module for backhand. There's even a
mod_perl module to do so (although apparently it needs patching for the
latest version of mod_backhand).

-- 
<Matt/>

    /||    ** Director and CTO **
   //||    **  AxKit.com Ltd   **  ** XML Application Serving **
  // ||    ** http://axkit.org **  ** XSLT, XPathScript, XSP  **
 // \\| // **     Personal Web Site: http://sergeant.org/     **
     \\//
     //\\
    //  \\

Reply via email to