Charlie Katz wrote:

> I did this because I don't understand how to use server configuration 
> directives to get the request to pass first through my perl code for 
> auth*tion, then have the response generated by mod_status.
> 
> Unless...
> 
> I have just been assuming that one can't use Perl*Handler directives unless 
> using "SetHandler perl-script".  Can I still set a PerlAuth*Handler in a 
> <Location> if I have "SetHandler server-status" there?  Hmm...

Yes. SetHandler sets the response handler not anything else.
As long as your auth* is in modules that will work as PerlAuth*Handlers then
you're good to go. If you do something custom then you'll have to change it or
keep using subrequests.

-- 
Michael Peters
Developer
Plus Three, LP

Reply via email to