• 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.

Recent content by Martin Dias

  1. Martin Dias

    Issue ERROR 2002 (HY000): Can't connect to local server through socket '/run/mysqld/mysqld.sock' (2)

    check your mysql service it seems down systemctl status mariadb tail -n50 /var/log/mysql/error.log
  2. Martin Dias

    Question debian 9.13 plesk 17.8.11 no website after update

    Do you have the correct archive repos installed? deb http://archive.debian.org/debian stretch main contrib non-free deb http://archive.debian.org/debian stretch-updates main contrib non-free deb http://archive.debian.org/debian-security stretch/updates main contrib non-free With them...
  3. Martin Dias

    Issue Recource Manager (Cgroups) does not show disk IO options

    That does explain it then, Plesk Resource controller doesn't support IO limiting on RAID partitions. And the option is not shown as Plesk detects that "vhosts_blkio": false
  4. Martin Dias

    Issue Recource Manager (Cgroups) does not show disk IO options

    Can you provide more details on the hardware and configuration? Is it installed on a RAID partition? Is it a physical server or a VM? If a VM what is being used for virtualization? Can you also run: plesk sbin resctrl --features
  5. Martin Dias

    Resolved Dovecot 2.4 lazy-expunge plugin not working?

    @Pentamero glad you got it solved! Do you maybe have some details about what you did to solve, just in case anyone else has the same issue?
  6. Martin Dias

    Resolved No changelog for 18.0.74?

    @garp I was not able to reproduce it: Installation log: .... Module mpm_prefork already disabled Module mpm_worker already disabled Installing the package Git Installing the package Plesk Migrator Installing the package WP Toolkit Installing the package Advisor Installing the package SEO Toolkit...
  7. Martin Dias

    Resolved No changelog for 18.0.74?

    @garp checking it, will provide information soon
  8. Martin Dias

    Resolved N8N in docker : ERR_ERL_UNEXPECTED_X_FORWARDED_FOR

    https://community.n8n.io/t/n8n-crashes-on-startup-trust-proxy-setting-is-false-despite-n8n-trust-proxy-env-var-being-set/209140 try set docker variables N8N_TRUST_PROXY and if needed N8N_PROXY_HOPS
  9. Martin Dias

    Resolved Ubuntu 24.04.3 LTS cannot install extension Support SSH Access

    Can you try again and go over Categories -> Help & Troubleshooting to open it, I suspect that it got wrongly cached if it is a fresh server
  10. Martin Dias

    Resolved Plesk on Azure not recognizing the OS

    Hello, Please reach out to our CS team: Contact Us - Plesk Support Will Help They can help check your license and help you reach the support team.
  11. Martin Dias

    Issue Azure MySQL Secure Connection

    Are you running PSA on an external database or locally? [database] tls.enable = true; It is only to be used if you have the Plesk database hosted remotely
  12. Martin Dias

    Resolved Cannot restore Acronis Backup (Cannot access the backup)

    Check: /usr/local/psa/var/modules/acronis-backup/srv/log/main.log /var/log/plesk/panel.log for errors related to it If you see errors like: {"status": "failed", "fail_reason": "timeout_exceeded"} or Unable to mount recovery point You might need to increase the default timeout for Acronis...
  13. Martin Dias

    Question Missing Imprint on Plesk Login Page

    @LordReaper I uploaded a small empty extension that I used a lot when I was still working in the support team, to my github: GitHub - ArashiKorosu/ext-global: Customize Plesk CSS and JS You can install it like this: plesk bin extension --install-url...
  14. Martin Dias

    Issue Can't send email via php mail() on alma9.x

    You should be able to see some error when you try it either on the /var/log/maillog or on the domain logs
  15. Martin Dias

    Resolved When trying to configure a Mailman 3 list I get a 404 error

    Over SSH, can you check if the module is enabled? apache2ctl -M | grep proxy_uwsgi If you have no output, you can try to enable it: plesk sbin httpd_modules_ctl -e proxy_uwsgi
Back
Top