Mladen Turk wrote:
> 
> Jim Jagielski wrote:
>  >> +    if (strncasecmp(url, "balancer:", 9) == 0) {
>  >
>  > Hold on a sec... I need to test this, but by the time this
>  > is called, haven't we rewritten the URL (via rewrite_url())
>  > to remove the 'balancer::' prefix?
>  >
> 
> No. The canon_handler is called during fixup hook while
> rewrite_url is called from proxy_handler::pre_request hook,
> thus later.
> 

Yep... pre_request is done at Apache's handler phase, whereas
canon_handler done @ fixups.

-- 
===========================================================================
   Jim Jagielski   [|]   [EMAIL PROTECTED]   [|]   http://www.jaguNET.com/
    "There 10 types of people: those who read binary and everyone else."

Reply via email to