Re: fail2ban fails to ban apache...

2013-12-22 Thread Scott Ferguson
On 22/12/13 04:01, François Patte wrote: > Bonjour, > > I try to configure fail2ban in order to ban IP which try to connect to > directories protected by .htaccess. Surely you mean "try to configure fail2ban in order to ban IP addresses which repeatedly *fail* to login to a apache protected direc

Re: fail2ban fails to ban apache...

2013-12-22 Thread Shawn Wilson
"François Patte" wrote: >Bonjour, > >I try to configure fail2ban in order to ban IP which try to connect to >directories protected by .htaccess. > >Here is my [apache] section in jail.conf: > >enabled = true >port = http,https >filter = apache-auth >logpath = /var/log/apache*/*error.log

Re: fail2ban fails to ban apache...

2013-12-21 Thread Jerry Stuckle
Sorry, I meant this to go to the list... On 12/21/2013 12:01 PM, François Patte wrote: Bonjour, I try to configure fail2ban in order to ban IP which try to connect to directories protected by .htaccess. Here is my [apache] section in jail.conf: enabled = true port = http,https filter =

fail2ban fails to ban apache...

2013-12-21 Thread François Patte
Bonjour, I try to configure fail2ban in order to ban IP which try to connect to directories protected by .htaccess. Here is my [apache] section in jail.conf: enabled = true port = http,https filter = apache-auth logpath = /var/log/apache*/*error.log maxretry = 3 But I tested filling the