André Warnier a écrit :
> CROMBEZ Emmanuel wrote:
>> Hello, I try to use PerlAuthzHandler but the return HTTP_UNAUTHORIZED
>> doesn't work.
>>
> What do you mean by "it doesn't work" ?
> Can you give us a clue ?
>
>
In the documentation I read :
$r->note_basic_auth_failed;
return
CROMBEZ Emmanuel wrote:
Hello, I try to use PerlAuthzHandler but the return HTTP_UNAUTHORIZED
doesn't work.
What do you mean by "it doesn't work" ?
Can you give us a clue ?
Hello, I try to use PerlAuthzHandler but the return HTTP_UNAUTHORIZED
doesn't work.
My Apache2 (2.0.8) config work fine without Handler
Alias /davb /var/www/www.mydomain.com/dav/
AuthType Basic
AuthName WebDavBasic
require valid-user
PerlAuthzHandler Lantra::WebDavAuthz