Re: Changing Apache->request's behavior in 2.0

2003-01-30 Thread Philippe M. Chiasson
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'

Changing Apache->request's behavior in 2.0

2003-01-30 Thread Stas Bekman
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