On 8/15/06, Marc MENDEZ <[EMAIL PROTECTED]> wrote:
thanks for your answer, that's what I thought.

But, is there a solution to get a mail *only* when the login failed ?

If you are using php as a module, you could probably check
$_SERVER['PHP_AUTH_USER'] as described here:
http://ca3.php.net/features.http-auth

If it is empty or unset, it is likely an initial login attempt.  If
there is something in it but you still wound up at your 401 page, then
it is probably a bad password.

I've never tried it, but it should work.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to