Re: authorization and mod_perl

2001-05-16 Thread will trillich
On Wed, May 16, 2001 at 01:39:45PM -0400, barries wrote: > On Wed, May 16, 2001 at 12:07:28PM -0400, Vivek Khera wrote: > > > > I don't think location takes a glob pattern. > > A nit: it can. , and can all take > shell-like globs using ?, *, and []/[!...]/[^...] operators, looks like. > No equ

Re: authorization and mod_perl

2001-05-16 Thread barries
On Wed, May 16, 2001 at 12:07:28PM -0400, Vivek Khera wrote: > > I don't think location takes a glob pattern. A nit: it can. , and can all take shell-like globs using ?, *, and []/[!...]/[^...] operators, looks like. No equivalent to {a,b,c} alternation, AFAICS. - Barrie

Re: authorization and mod_perl

2001-05-16 Thread Vivek Khera
> "JS" == John Saylor <[EMAIL PROTECTED]> writes: JS> consists of handlers and aliases. And the authentication handler isn't JS> working with directives. JS> JS> AuthName"foo control" JS> AuthTypeBasic JS> PerlAuthenHandlerApache::OK I don't think location takes a glob p

FW: authorization and mod_perl

2001-05-09 Thread Rob Bloodgood
I had intended this to CC: to the list... > > AuthName"foo control" > AuthTypeBasic > PerlAuthenHandlerApache::OK > PerlAuthzHanlderWW_authz > PerlSetVarMaskGeek > requireusermaskgeeky > I have a similar setup, and my directory/authentication blo

Re: authorization and mod_perl

2001-05-09 Thread will trillich
On Wed, May 09, 2001 at 10:10:19AM -0500, John Saylor wrote: > Perhaps this is obvious, or said somewhere that I haven't looked; but > I'm having trouble figuring it out. it feels like "everything is obvious to everyone but me" doesn't it? :) > What I want is for a certain directory tree to be b

authorization and mod_perl

2001-05-09 Thread John Saylor
Hi Perhaps this is obvious, or said somewhere that I haven't looked; but I'm having trouble figuring it out. What I want is for a certain directory tree to be behind an authorization handler; however, the content behind this directory tree consists of handlers and aliases. And the authentication