Re: note_basic_auth_failed failed

2009-11-02 Thread CROMBEZ Emmanuel
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

Re: note_basic_auth_failed failed

2009-11-02 Thread André Warnier
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 ?

note_basic_auth_failed failed

2009-11-02 Thread CROMBEZ Emmanuel
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