so ich hab es geschafft, bei mir geht es so:
jail.conf:
Code:
[pma]
enabled = true
port = https
filter = pma
logpath = /var/log/apache*/users/*access.log
maxretry = 3
pma.conf:
Code:
# Fail2Ban configuration file
#
# Author: Cyril Jaquier
#
# $Revision: 471 $
#
[Definition]
# Option: failregex
# Notes.: regex to match the password failure messages in the logfile. The
# host must be matched by a group named "host". The tag "<HOST>" can
# be used for standard IP/hostname matching.
# Values: TEXT
#
failregex = <HOST> - -.*"POST /pma/index.php HTTP/1.1" 302 -
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.
# Values: TEXT
#
ignoreregex =