RE: [EMAIL PROTECTED] How to detect failed authentification ?

2006-08-16 Thread Boyle Owen
-Original Message- From: Marc MENDEZ [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 15, 2006 6:24 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] How to detect failed authentification ? Hum, that's a very good idea ! May be not a perfect, but very interesting

Re: [EMAIL PROTECTED] How to detect failed authentification ?

2006-08-16 Thread Marc MENDEZ
- Original Message - From: Boyle Owen [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Wednesday, August 16, 2006 10:00 AM Subject: RE: [EMAIL PROTECTED] How to detect failed authentification ? -Original Message- From: Marc MENDEZ [mailto:[EMAIL PROTECTED] Sent: Tuesday

RE: [EMAIL PROTECTED] How to detect failed authentification ?

2006-08-15 Thread Boyle Owen
-Original Message- From: Marc MENDEZ [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 15, 2006 2:32 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] How to detect failed authentification ? Hi, On one of my website, the access is controled with a .htaccess file. I

Re: [EMAIL PROTECTED] How to detect failed authentification ?

2006-08-15 Thread Marc MENDEZ
thanks for your answer, that's what I thought. But, is there a solution to get a mail *only* when the login failed ? - Original Message - From: Boyle Owen [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Tuesday, August 15, 2006 3:04 PM Subject: RE: [EMAIL PROTECTED] How to detect

RE: [EMAIL PROTECTED] How to detect failed authentification ?

2006-08-15 Thread Boyle Owen
-Original Message- From: Marc MENDEZ [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 15, 2006 5:00 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] How to detect failed authentification ? thanks for your answer, that's what I thought. But, is there a solution to get

Re: [EMAIL PROTECTED] How to detect failed authentification ?

2006-08-15 Thread Joshua Slive
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:

Re: [EMAIL PROTECTED] How to detect failed authentification ?

2006-08-15 Thread Steve Swift
be ignored. - Original Message - From: Boyle Owen [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Tuesday, August 15, 2006 3:04 PM Subject: RE: [EMAIL PROTECTED] ] How to detect failed authentification ? -Original Message- From: Marc MENDEZ [mailto:[EMAIL PROTECTED]] Sent: Tuesday

Re: [EMAIL PROTECTED] How to detect failed authentification ?

2006-08-15 Thread Marc MENDEZ
Hum, that's a very good idea ! May be not a perfect, but very interesting ! Thanks a lot ! - Original Message - From: Joshua Slive [EMAIL PROTECTED] To: users@httpd.apache.org Sent: Tuesday, August 15, 2006 5:47 PM Subject: Re: [EMAIL PROTECTED] How to detect failed authentification