Re: pure fileless requests

[prev] [thread] [next] [Date index for 2004/11/07]

From: Geoffrey Young
Subject: Re: pure fileless requests
Date: 03:25 on 07 Nov 2004

> So, my question is -- what is the best way to tell Apache that there is
> no file associated with this request, don't bother trying to stat() any
> files or run any <Directory> rules.
> 
> Thanx!
> 
> Oh, and I use latest 2.x versions for development, but the same code
> runs in 1.x and 2.x mod_perl/apache setups.

in 1.0 returning OK from a PerlTransHander is sufficient to avoid those
stat() calls, while in 2.0 you need to do this from a PerlMapToStorageHandler.

--Geoff

        -- 
        Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

pure fileless requests
Andrew Maltsev 23:44 on 05 Nov 2004

Re: pure fileless requests
Geoffrey Young 03:25 on 07 Nov 2004

Generated at 11:26 on 21 Dec 2004 by mariachi v0.52