darren chamberlain wrote:
> > In just about every cases that I could do, I have $r->path_info
> > identical to $r->uri!
>
> If you are installing your handler as such:
>
> <Location />
> SetHandler perl-script
> PerlHandler My::Package
> </Location>
>
> Then what you are seeing is correct. What does the relevent
> httpd.conf snippet look like?
Just like in the eagle book (page 143):
<Location /virtual>
SetHandler perl-script
PerlHandler Apache::TreeBrowser
</Location>
And I'm totally unable to get what you see on page 137. :-(
I will try with a non-development mod_perl now. :-)
--
"Unix gives you just enough rope to hang yourself -- and then a couple
of more feet, just to be sure." -- Eric Allman