Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
is it possible to start fail2ban using python3?
Python 2.x has reached EOL a full year ago.
I know that fail2ban supports Python 3.2+, but I can't find a setting to use that
That's just not true.
As seen in the screenshots, it's running on Python 3.9.1;
The question was not "Does it work with Python 3?", but "How do I tell Plesk that it should not use a Python version that is 1 year EOL?" (Title edited to make it fully clear)
Even if that is the case, you are still in the wrong place here.
The fail2ban package is provided by your OS vendor and if this one does use python2, then you need to talk to CentOS, Ubuntu, Debian or whatever you are using.
If you are bold, you can try to change the shebang line in the file /usr/bin/fail2ban-server yourself (from #!/usr/bin/python2 to #!/usr/bin/python3) and see what happens
Of course this will be without any support from either Plesk nor your OS vendor and whenever there will be an update for the fail2ban package, this file and with it the shebang line, will get overwritten.