• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

Search results

  1. P

    Issue Lets Encrypt SSL issued but the website is not secured

    Rudimentary question but are you actually accessing it over HTTPS and are are all elements being loaded over HTTPS? It's possible to successfully issue an SSL but if traffic is still being served over HTTP (i.e. not being redirected over HTTP or it's being referenced with HTTP, then it would...
  2. P

    Question Issue with Availability of Free Version of Plesk (Plesk Web Admin SE) on Vultr Server Deployment

    Indeed, there are cases that could be made to offer a paid low domain license so if the powers that be at Plesk could see the value in this, it would be a nice way to transition from web admin to something more!
  3. P

    Issue FTP broken?

    We were able to track this down and as much as we wanted it to be a Plesk or CentOS/AlmaLinux problem, it turns out that it was a security endpoint policy with an HTTPS stream inspection that would cause this behavior. Adding an exception fixed it for FTPS transfers!
  4. P

    Issue FTP broken?

    So it's not a port issue as we've disabled iptables and border firewall traffic restrictions. Hopefully this thread gets the attention of a Plesk staff member!
  5. P

    Issue FTP broken?

    This was not the fix as it failed again soon after. Not sure what's going on!
  6. P

    Issue FTP broken?

    This seems to have resolved it however it's unclear what changed or why: https://support.plesk.com/hc/en-us/articles/12377595891991-FTP-connection-is-randomly-dropped-during-file-transfer-on-Plesk-for-Linux-server-with-SELinux
  7. P

    Issue FTP broken?

    I'm going to bump this thread and add that this has started to happen with large file uploads but exact date when it started isn't clear. It's present on AlmaLinux 8/9 and CentOS 7.
  8. P

    Issue Default plesk-apache-badbot fail2ban doesn't work

    Once you're happy with the matched results, then use the following (replacing the last value with the name of your jail) to commit the changes without having to restart the Fail2Ban service:
  9. P

    Issue Default plesk-apache-badbot fail2ban doesn't work

    And now for the part II - The CPU consuming bots of the world unite! Use at your own risk and note that some bots below are "legitimate" but blocked due to irrelevant traffic:
  10. P

    Issue Default plesk-apache-badbot fail2ban doesn't work

    A great improvement on speed indeed! Just one adjustment to help avoiding matching the URL itself in requests: Without this, if you were blocking a bot called "spot" and you had a page with a referer that contained "spotting-birds-in-the-wild" you could accidentally trigger that just by...
  11. P

    Issue Default plesk-apache-badbot fail2ban doesn't work

    As a quick update to this post, the regex above is a bit too greedy since it would effectively match results in the URL itself. For example, a URL such as "/spot/hello-world/ would be picked up and banned if the "spot" bot was included in the definition list. An updated version that fixes this...
  12. P

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    No filesystem issues and the manual approach worked without a problem (no extra steps taken or needed) so we're going to hold off on using this for now in production environments.
  13. P

    Issue Troubleshooting high memory usage of Apache & PHP-FPM

    Are you able to SSH or login to Plesk while the incidents are occurring or is this an "after hours" type of scenario each time?
  14. P

    Issue Default plesk-apache-badbot fail2ban doesn't work

    Changed the failregex to the following otherwise it would never match user agent names with versions, URLs or anything else after them:
  15. P

    Issue Default plesk-apache-badbot fail2ban doesn't work

    You're not entirely incorrect on this - I had to modify the failregex on the default one for it to work correctly.
  16. P

    Question Try our new tool to upgrade your old MariaDB server from Plesk UI

    The GUI tool failed two installs on AlmaLinux 9.3 with the local gpgkey path not found errors; ended up using the manual upgrade approach which pulls it from MariaDB and worked like a charm: [mariadb] name = MariaDB baseurl = https://dlm.mariadb.com/repo/mariadb-server/10.11/yum/rhel/9/x86_64...
  17. P

    Question How to update MariaDB 10.5.24 to 10.11

    Why not use the new MariaDB upgrade tool?
  18. P

    Question PHPMailer, DKIM, and Plesk

    For shared web servers when using DNS externally and mail externally, we used the steps here to enable DKM and signing on all domains: https://support.plesk.com/hc/en-us/articles/12377279341975-How-to-enable-DKIM-signing-for-all-domains-on-Plesk-for-Linux- We then use this step to get the key...
  19. P

    Question Outgoing DKIM signing when mail is turned off

    To follow-up on this, running the two commands here https://support.plesk.com/hc/en-us/articles/12377279341975-How-to-enable-DKIM-signing-for-all-domains-on-Plesk-for-Linux- seem to successfully enable DKIM signing for all domains however if "Enable mail management functions in Plesk" is turned...
  20. P

    Question Outgoing DKIM signing when mail is turned off

    The article here https://support.plesk.com/hc/en-us/articles/12377279341975-How-to-enable-DKIM-signing-for-all-domains-on-Plesk-for-Linux- seems to suggest that with those two commands, keys would be generated for all domains on the server. Does this apply to mail sent via Postfix and PHP...
Back
Top