On 3/9/23 11:34, Eggert Ehmke via Mailman-users wrote:
I had some attacks on my wordpress homepage today, I added some IPs to the blacklist of my firewall. At the same time, I got several reports like this:
Internal Server Error: /accounts/signup/
TemplateDoesNotExist at /accounts/signup/ 429.html
I suspect that's a coincidence.
Request Method: OPTIONS Request URL: https://lists.eehmke.de/accounts/signup/ Django Version: 3.2.16 Python Executable: /opt/mailman/venv/bin/uwsgi Python Version: 3.9.2 Python Path: ['.', '', '/etc/mailman3', '/usr/lib/python39.zip', '/usr/lib/ python3.9', '/usr/lib/python3.9/lib-dynload', '/opt/mailman/venv/lib/ python3.9/site-packages'] Server time: Thu, 09 Mar 2023 13:09:34 +0100
So it seems there were attempts to register new users but this caused this internal error. Where can I send the complete error message?
I would look in the web server logs to see what the actual accesses were. I'm guessing you'll find that some bot or script kiddies did a GET of /accounts/signup/429.html.
You could also look for more detail in whatever log Django writes. This is defined in Django's settings as LOGGING['handlers']['file']['filename'] and is often Mailman's var/logs/mailmansuite.log. If you followed https://docs.mailman3.org/en/latest/install/virtualenv.html#initial-configur... it is /opt/mailman/web/logs/mailmanweb.log.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan