On Tue, 13 Feb 2001, Pierre Phaneuf wrote:
> Pierre Phaneuf wrote:
>
> Does anyone has an idea about this? I think I have proper behavior from
> my perl handler by installing it at the root of the server, but this is
> no real solution!
>
> What I am doing wrong here???
>
> > I'm really stumped with that one. How come Apache::Registry gets the
> > right information and I don't??? I tried doing the exact same thing, to
> > no avail.
Because with Apache::Registry the "file" actually exists and has a 'real'
URI ... so it's easy to determine which parts are the scriptname and which
parts are 'extra path info' ... this is quite likely done outside of
mod_perl by the default handlers (sorry, no time to lookup the which
request stages involved)...
I would _guess_ that with a handler, it's not so clear... it would seem
that script_name should be whatever you have in the <Location> directive,
and anything else would be path_info ...