Re: what handler phase as we in?

2008-04-07 Thread Anthony R Fletcher
Hello Philippe Perfect - thanks. Anthony On 07 Apr 2008 at 16:39:02, Philippe M. Chiasson wrote: > Anthony R Fletcher wrote: >> I have a module that does authentication and authorisation. In my Apache >> configs I have: >> >> PerlAuthenHandler Apache2::AuthX::authenticate >>

Re: what handler phase as we in?

2008-04-07 Thread Philippe M. Chiasson
Anthony R Fletcher wrote: I have a module that does authentication and authorisation. In my Apache configs I have: PerlAuthenHandler Apache2::AuthX::authenticate PerlAuthzHandler Apache2::AuthX::authorise I'd rather just use: PerlAuthenHandler Apache2::AuthX Pe

what handler phase as we in?

2008-04-07 Thread Anthony R Fletcher
I have a module that does authentication and authorisation. In my Apache configs I have: PerlAuthenHandler Apache2::AuthX::authenticate PerlAuthzHandler Apache2::AuthX::authorise I'd rather just use: PerlAuthenHandler Apache2::AuthX PerlAuthzHandler Apache2::Aut