Mercurial > repos > other > Puppet
changeset 470:f68d7f7c080b
Avoid new "429 rate limited" in LogWatch
This was meant to discourage spiders by being an error status
instead of a success status, but may not be working
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 12 May 2024 19:50:56 +0100 |
parents | e0147f345e65 |
children | 65290cb0cec2 |
files | common/logwatch/logfiles_http.conf |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/common/logwatch/logfiles_http.conf Sun May 12 19:49:42 2024 +0100 +++ b/common/logwatch/logfiles_http.conf Sun May 12 19:50:56 2024 +0100 @@ -18,4 +18,7 @@ # Keep only the lines in the proper date range... *ApplyhttpDate +# Ignore blocked requests +*Remove = "\" 429 " + # vi: shiftwidth=3 tabstop=3 et