On Fri, 2003-01-31 at 12:34, Stas Bekman wrote:
> In mod_perl 1.0 Apache->request was always there. In 2.0 it's there only if
> it's configured to be there('PerlOptions +GlobalRequest' or 'SetHandler
> perl-script'). I believe that if I write a module that relies on
> Apache->request, I shouldn'
In mod_perl 1.0 Apache->request was always there. In 2.0 it's there only if
it's configured to be there('PerlOptions +GlobalRequest' or 'SetHandler
perl-script'). I believe that if I write a module that relies on
Apache->request, I shouldn't test whether Apache->request has returned
something o