On Thu, 20 Nov 2003 15:00:36 -0800
Stas Bekman <[EMAIL PROTECTED]> wrote:
> If you need a global request object to be available at the earlier or later
> phases you need to explicitly use 'PerlOptions +GlobalRequest' disregarding the
> setting of 'SetHandler'.
I supposed it :-)
> Besides starti
Enrico Sorcinelli wrote:
Hi all,
I'm using CGI.pm in Authentication phase (CGI 3.00/Apache 2.0.47/mod_perl
1.99_10). I've configured a location with lines like:
SetHandler perl-script
PerlResponseHandler Foo.pm
PerlAuthenHandler AuthFoo.pm
From docs, it seems that it's ne