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. -- Jeremy | [EMAIL PROTECTED]