in reply to Getting at apache aliases from mod_perl handlers

You can create a subrequest, which runs the request up to the point where the content-phase would be run. Then look at $r->filename to see the translated path.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.