What's the "right way" in mod_perl2 to find the PATH_TRANSLATED in a PerlRepsonsehandler?


The general situation is that i am trying to replace a CGI with a PerlResponsehandler. The CGI is currently used like this:


    <Location /special>
       Action text/html  /cgi-bin/handler.cgi
    </Location>

The CGI script used PATH_TRANSLATED to find out which file was wanted, and then applies a templating system to it, replacing server-side tags with database content.

Can I get access to PATH_TRANSLATED in a PerlRepsonseHandler?

Should I use an Apache::Filter for this instead?

--
------------------------------------------
Matisse Enzer
Doodlelab Inc.
415-925-5294 ext. 212 (office)
415-225-6703 (mobile)

Reply via email to