ฉันจะกำหนดค่าหลายพา ธ สำหรับกฎเดียวกันได้อย่างไร
ฉันพยายามเขียนไวยากรณ์เช่นนี้
[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
เส้นทางต่างกันดังนั้นฉันจึงไม่สามารถใช้ RE * ได้
ไวยากรณ์ที่ถูกต้องในการใส่บันทึกเพิ่มเติมไปยังกฎคืออะไร?