> I originally tried using $r->set_handlers. in my
> PerlAuthenHandler. But this made absolutely no
> difference to the current request... 

if you want to set_handlers() for the PerlHandler phase you need two calls

  $r->set_handlers(PerlHandler => [ My::Handler ]);
  $r->handler('perl-script');

HTH

--Geoff

Reply via email to