Removes all PerlAuthenHandlers:
> > <LocationMatch /websites/foo.net/htdocs/passwd_forgoten/>
> > PerlInitHandler "sub
> {$_[0]->set_handlers(PerlAuthenHandler=>undef);}"
> > </LocationMatch>
Creates a single PerlAuthenHandler whose sole function is to return OK.
> I think this should be: ... set_handlers(PerlAuthenHandler => [\&OK]);
Both work, but why set up a handler that does nothing?
- Unset PerlAuthenHandler (I wish) Jeff Sheffield
- Re: Unset PerlAuthenHandler (I wish) Jim Winstead
- Re: Unset PerlAuthenHandler (I wish) darren chamberlain
- RE: Unset PerlAuthenHandler (I wish) Christian Gilmore
- RE: Unset PerlAuthenHandler (I wish) Jesse Erlbaum
- RE: Unset PerlAuthenHandler (I wish) Chris Strom
- Re: Unset PerlAuthenHandler (I wish) Eric Cholet
- Chris Strom
