Sure, but then index.html files won't get found, Alias directives won't get
processed. etc. Basically I don't want to have to reimplement Apache's
entire default file handler in Perl.
At 12:43 PM 1/28/00 -0800, Randal L. Schwartz wrote:
>I think you can get the same effect by *ignoring* the document root.
>Just set $r->filename($whatever), and return OK from the handler.
>Then the default handler won't do the URI-to-filename translation, and
>everybody goes home happy.
>
>--
>Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
><[EMAIL PROTECTED]> <URL:http://www.stonehenge.com/merlyn/>
>Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
>See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!
>