> # get user's authentication credentials
> my ($res, $sent_pw) = $r->get_basic_auth_pw;
>$r->note_basic_auth_failure;
do not call note_basic_auth_failure here.
> Hope someone will see wrong settings or errors in the code that I overlook.
> Grareful for any hints,
I thin
Hello,
I
am trying to implement authentication with my own mod_perl subroutine defined
as PerlAuthenHandler (Apache 1.3.31 + mod_perl 1.29 + PHP 4.3.8 installed on RedHat
7.2), and encounter a strange problem that I hope someone has seen before.
As
the first step, I want my subrouti