Thanks. It seems like I would want to write a PerlTransHandler. However I
don't want to change the filename until after the authorization phase. Can
I change the uri to filename mapping at the end of the authorization phase
but before the content handler phase?

Thanks.

-Todd


On Mon, 9 Oct 2000, Tom Brown wrote:

> > 
> > I am servicing requests from a virtual document tree. Most of the time I
> > want the request to be serviced by a PerlHandler module I wrote. However,
> > if the requested filename is 'cgifile' I would rather have
> > Apache::Registry handle the request, but since this is a virtual document
> > tree the CGI program 'cgifile' is located in a real directory somewhere
> > else.
> > 
> > 1. How would I configure this behavior?
> 
> mod_rewrite, or write your own URL -> file mapping utility that ties into
> an early request phase 
> 
> > 
> > 2. Would I have to locate 'cgifile' in the document tree or could it be
> > located anywhere accessible by the httpd process?
> 
> anywhere...
> 
> > 
> > Thanks!
> > 
> > -Todd
> > 
> > 
> > 
> 
> ----------------------------------------------------------------------
> [EMAIL PROTECTED]   | Drive thy business, or it will drive thee.
> http://BareMetal.com/  | - Benjamin Franklin
> web hosting since '95  | 
> 


Reply via email to