Code al Dente
Code al Dente
Well, the current editor allows HTML but you should use [markdown](https://daringfireball.net/projects/markdown/syntax) as much as you can to format your texts.
I fully understand your point of view. Sometimes I really like to use different colors to highlight a specific part in a text. But this is not what markdown is...
It sounds more like a misconfiguration in your filters. Could you please post them?
Thank you. I assume you are using the original filter `apache-auth` which can be found here: https://github.com/fail2ban/fail2ban/blob/0.10/config/filter.d/apache-auth.conf Could you please provide the following information in order to check this: -...
Thank you. Both logfiles look good as expected. The reason for the ban is that your request itself has been denied ("denied by server configuration") due to your server configuration,...
Thank you. I am so sorry. The command I asked you to run has a mistake. It should point to _filter.d_ and not to _filter**s**.d_ as this is my custom...
Thank you. Did you check the ip-address that has been banned (Ban x.x.x.x)? Is it listed in your .htaccess file (one of those 192.168.x)?
> With the current implementation this could be done by filtering the access log with grep and generating a separate new report from stdin. As an idea, goaccess could allow...
You can find a good working solution on the official website. Just take a look at the source code. But you're right, we also need a out-of-the-box solution for this...
To validate domains a DNS check was run and if it returned `NXDOMAIN` (and only then) the domain was considered as not reachable. There's no further check, e.g. for the...