Jak mogę skonfigurować wiele ścieżek dziennika dla tej samej reguły?
Próbuję napisać taką składnię:
[apache-w00tw00t]
enabled = true
filter = apache-w00tw00t
action = iptables-allports
logpath = /var/log/apache*/*error.log
logpath = /var/www/vhosts/site1.com/log/errorlog
logpath = /var/www/vhosts/site1.com/subdom/log/errorlog
logpath = /var/www/vhosts/site3/log/errorlog
logpath = /var/www/vhosts/site4/log/errorlog
maxretry = 1
Ścieżki są różne, więc nie mogę użyć RE *
Jaka jest poprawna składnia, aby ustawić więcej dzienników w regule?