Pierre Phaneuf ([EMAIL PROTECTED]) said something to this effect on 02/12/2001:
> I spent two days trying to make my "virtual document" PerlHandler work
> from various locations, which I had thought to be really easy, by simply
> looking at the path_info to determine what virtual document to bring up.
> 
> No go.
> 
> 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?

(darren)

-- 
Most rock journalism is people who can't write interviewing people who
can't talk for people who can't read.
    -- Frank Zappa

Reply via email to