> > Essentially I want to do this.
> > Unset PerlAuthenHandler
> 
> Try:
> 
> <LocationMatch /websites/foo.net/htdocs/passwd_forgoten/>
>   PerlInitHandler     "sub {$_[0]->set_handlers(PerlAuthenHandler=>undef);}"
> </LocationMatch>

I think this should be: ... set_handlers(PerlAuthenHandler => [\&OK]);

--
Eric


Reply via email to