>>>>> "JS" == John Saylor <[EMAIL PROTECTED]> writes:

JS> consists of handlers and aliases. And the authentication handler isn't
JS> working with <location> directives.

JS> <location /foo*>
JS>   AuthName    "foo control"
JS>   AuthType    Basic
JS>   PerlAuthenHandler    Apache::OK

I don't think location takes a glob pattern.  I use this just fine:

<Location /manage>
 AuthType MLM::AuthCookieManage
 AuthName MLMAuth
 PerlSetVar MLMAuthPath /
 PerlSetVar MLMAuthLoginScript /managelogin.mlm
 PerlAuthenHandler MLM::AuthCookieManage->authenticate
 PerlAuthzHandler MLM::AuthCookieManage->authorize
 require valid-user
</Location>

where anything inside the /manage directory is protected by the
handler above.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Vivek Khera, Ph.D.                Khera Communications, Inc.
Internet: [EMAIL PROTECTED]       Rockville, MD       +1-240-453-8497
AIM: vivekkhera Y!: vivek_khera   http://www.khera.org/~vivek/

Reply via email to