On Wed 15 Oct 2008, André Warnier wrote:
> > I think you're wanting:
> >
> >      $r->set_handlers(PerlFixupHandler => sub
> > {$_[0]->handler('modperl')});
>
> Yes.  That works.

Better to return something sane from the handler:

sub {$_[0]->handler('modperl');0}  # 0==Apache2::Const::OK

Also consider push_handlers instead of set_handlers. In case other 
modules already have set a fixup handler.

Torsten

--
Need professional mod_perl support?
Just hire me: [EMAIL PROTECTED]

Reply via email to