Re: [users@httpd] Could Apache login support CAPTCHA and lockout?

2011-10-09 Thread Neal Rhodes
rying repeatedly, unless one configured something like fail2ban to cut off repeated attempts. I was just looking to improve on that if possible. On Thu, 2011-10-06 at 22:54 +0200, Jeroen Geilman wrote: > On 2011-10-04 14:44, Neal Rhodes wrote: > > > We have bunches of web applicati

[users@httpd] Could Apache login support CAPTCHA and lockout?

2011-10-04 Thread Neal Rhodes
style validation prompt as part of the login, to make it difficult for scripted attacks to proceed; B. Lockout an individual username in the .htpasswd file after X failed login attempts. Are there flavors of linux apache which have modules to provide this? Neal Rhodes