OK I am stumped...Why is it that fail2ban works perfectly fine on my ubuntu computer but on my aws bitnami stack it won't find the error_log file. It's like it hates the fact that bitnami puts the error logs in a non standard place. The access_log NO PROBLEMS fail2ban works fine but when I try anything that uses the error_log I receive the error "Have not found any log file" I can obviously verify that my error_log file in fact does exist. I look at it every day. What is going on?? Anyone experienced with fail2ban:
logpath = /opt/bitnami/apache/logs/access_log <-- WORKS!
logpath = /opt/bitnami/apache/logs/error_log <-- DOESN'T WORK??
logpath = /opt/bitnami/apache2/logs/error_log <-- DOESN'T WORK??
What gives? For now I just removed the jails that observe the error_log file so I can keep the server up and going. Any ideas, thoughts, questions? If I figure it out I'll let yall know. Thanks for any help :)