Hi everyone here!
I have a members area installed on my homepage, so that every user has
to type in his username and password. This still works good. I use
AuthName "Members area"
AuthType Basic
AuthUserFile /etc/httpd/passwd
require valid-user
But yesterday somebody tried thousends of passwords for a special
username to get out that password.
Is there any possibility to avoid such attacks?
Is there any option to limit retries for logins? Some examples:
- only 5 login-tries per Minute
- only 3 login-tries from one IP-Adress each day.
Or is there anything similar to this? What can I do to get rid of such
attacks?
Thanks for help!
Bye