From: Jeremy Nixon <[EMAIL PROTECTED]>
Josh Narins <[EMAIL PROTECTED]> wrote:

> PostReadRequest /foo/bar
> Trans /foo/bar
> HeaderParser /foo/bar
> Access /foo/bar
> Fixup /foo/bar
> Trans /bar
> HeaderParser /bar
> Access /bar
> Fixup /bar
> PerlHandler
>
> What is causing my server to restart at the Trans phase with the truncated
> URL?

It looks like something is triggering an internal redirect to /bar.
If you've got tracing code running at each stage to generate the above
list, add a check for $r->is_initial_req or similar to see.

As you suspected, everything in the second set returns 0 for $r->is_initial_req().

However, I never call internal_redirect.

What else might be doing it?

To make sure you are confused, the first request returns the content, and I have no idea where the output of the (seeming) internal redirect goes.

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar – get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

Reply via email to