mirror of https://github.com/fail2ban/fail2ban
18 lines
352 B
Plaintext
18 lines
352 B
Plaintext
![]() |
# Generic configuration items (to be used as interpolations) in other
|
||
|
# apache filters
|
||
|
#
|
||
|
# Author: Yaroslav Halchenko
|
||
|
#
|
||
|
#
|
||
|
|
||
|
[INCLUDES]
|
||
|
|
||
|
# Load customizations if any available
|
||
|
after = apache-common.local
|
||
|
|
||
|
|
||
|
[DEFAULT]
|
||
|
|
||
|
# Common prefix for [error] apache messages which also would include <HOST>
|
||
|
_apache_error_client = \[[^]]+\] \[error\] \[client <HOST>\]
|