On 16 May 2001, Chris Strom wrote:

> Mike Cameron <[EMAIL PROTECTED]> writes:
> 
> > Is it possible to have the same PerlAuthzHandler use different require's
> > 
> > on a subdirectory once a user has been authorized for a parent
> > directory? Here is what i would like to be acle to do:
> > 
> > <Location />
> > SetHandler perl-script
> > AuthType MyAuth
> > AuthName MyAuth
> > PerlAuthenHandler MyAuth->authenticate
> > PerlAuthzHandler MyAuth->authorize
> > require valid-user
> 
> How about:
> 
> require valid-user administrator
> 



no - he just wants valid-user for the root location



> > <Location/>
> 
> shouldn't this be </Location>?  
> 


no.



sterling

Reply via email to