mirror of https://github.com/fail2ban/fail2ban
fix regex
parent
1efac4810d
commit
41775bd25d
|
@ -11,7 +11,7 @@ before = apache-common.conf
|
|||
|
||||
[Definition]
|
||||
|
||||
failregex = ^%(_apache_error_client)s ((AH01276: )?.*Cannot serve directory .* directory index forbidden by Options directive$|Directory index forbidden by Options directive: .*$)
|
||||
failregex = ^%(_apache_error_client)s (?:(?:AH01276: )?Cannot serve directory \S+: No matching DirectoryIndex \([^\)]*\) found, and server-generated directory|Directory) index forbidden by Options directive\b
|
||||
|
||||
ignoreregex =
|
||||
|
||||
|
|
Loading…
Reference in New Issue