> Essentially I want to do this.
> Unset PerlAuthenHandler
Try:
<LocationMatch /websites/foo.net/htdocs/passwd_forgoten/>
PerlInitHandler "sub {$_[0]->set_handlers(PerlAuthenHandler=>undef);}"
</LocationMatch>
> <Location /websites/foo.net/htdocs/passwd_forgoten/>
> SetHandler default-handler
> </Location>
This would only work if you had used the SetHandler directive to set
perl-script as the handler.
Hope that helps.
Chris Strom
- 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
- RE: Unset PerlAuthenHandler (I wish) Chris Strom
