Re: pure fileless requests
[prev]
[thread]
[next]
[Date index for 2004/11/07]
> 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
 |
 |
Re: pure fileless requests
Geoffrey Young 03:25 on 07 Nov 2004
|