Geoffrey Young wrote:
> John Siracusa wrote:
> 
>>I have something like:
>>
>><Location /foo>
>>  SetHandler perl-script
>>  PerlHandler My::Foo
>></Location>
>>
>><Location />
>>  SetHandler perl-script
>>  PerlHandler My::Bar
>>
>>  AuthName Bar
>>  AuthType Basic
>>  PerlAuthenHandler My::Auth::Bar
>>  PerlAuthzHandler  My::Authz::Bar
>>  require valid-user
>></Location>
>>
>>What I want is for My::Foo to handle all URLs that start with "/foo",
>>without any authentication of any kind.  Then I want the remaining URLs to
>>be handled by My::Bar using its authentication handlers.

Seems like it should work to me.

> this may be one of those cases where "/" is handled as a special case.

Or maybe it's because there is no actual document there?  Maybe 
installing a transhandler would help.

PerlTransHandler  Apache::OK

But this is just a stab in the dark really.

- Perrin

Reply via email to