• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Recent content by johnrdorazio

  1. J

    Postfix cannot bind to port 25 after Plesk update Oct 28

    A few days ago my postfix service stopped working. I noticed I wasn't receiving mail for a couple days, I checked the postfix service and it shows as Active - exited. I have gone through all the steps in this thread, switching to qmail and back to postfix, restarting the VPS... Nothing is...
  2. J

    Question Error message during Plesk Updates “Warning: install PAM module not successed” (PAMConfig.confset.PAMServiceError: system-auth)

    I believe I found the issue, for some reason I had the xpra package installed, which was referencing system-auth. I found a pointer in the direction from here: Issue - Upgrade 17.5.3 to 17.8.11 Plesk pre-upgrade check failed . I proceeded to remove this package: sudo apt remove --purge xpra -y...
  3. J

    Question Error message during Plesk Updates “Warning: install PAM module not successed” (PAMConfig.confset.PAMServiceError: system-auth)

    I have been seeing the same error without paying too much attention to it. I don't believe I have the Acronis Backup Manager installed, so I probably have a similar but not exact issue. When I run /usr/local/psa/pam_plesk_config/pam_plesk_install -v I get almost the exact same error as you...
  4. J

    Issue Malfunction in Diagnose & Repair -> file system

    I just ran Diagnose & Repair -> File System [Only the Virtual Hosts files] from the GUI. One of my subdomains which is located in a subfolder of the main domain became unreachable with Nginx Permission Denied (13). I double checked the folder and file permissions from the command line and at...
  5. J

    Forwarded to devs how to find which domain is using nodejs

    I was ablel to successfully uninstall the older NodeJS via command line: sudo plesk ext nodejs --uninstall 12.22.12, without any errors. So I believe it was not in fact being used by any domains.
  6. J

    Forwarded to devs how to find which domain is using nodejs

    Even though I have enabled the nodejs extension, I'm not really using it for any domains for now. Today I wanted to uninstall some old nodejs versions to keep the server clean, but in the manager interface I can't uninstall Node 12 because it says that there is a domain using it. I can't however...
  7. J

    Question Dovecot & Full Text Search (lucene and/or solr)

    I am also looking to enable FTS in my dovecot, the web interface search is quite bad and I need a better search backend. But currently it's not possible to enable any kind of FTS in the Plesk provided dovecot: building fts-xapian would require a dovecot-dev package which Plesk does not provide...
  8. J

    database errors in MariaDB 10.11

    I recently upgraded MariaDB to v10.11. I'm not sure if this error was already present, but since I've been doing some digging in the logs since the upgrade, I've been seeing this error in `/var/log/plesk/panel.log`: [2024-07-09 08:06:02.975] 3152662:668cd34a3e936 ERR [extension/wp-toolkit] An...
  9. J

    Resolved Error installing Clamav in Plesk Email Security

    Along these same lines, I tried installing the Plesk Email Security extension a few days ago, after I had already installed ClamAv on my system. The Plesk Email Security dashboard is showing that ClamAv is not installed. Maybe because it was already installed and running as a service, so Plesk...
  10. J

    Question Copy and Paste in Plesk SSH Terminal

    The Ctrl-Shift-C-Should-Copy workaround works in Chrome too. And CTRL-SHIFT-V works for me in Chrome without any workarounds...
  11. J

    Input enable log rotation for docker container

    I have now tested that after re-creating the container, it is now correctly rotating the log file as it reaches the 10M limit. So the /etc/docker/daemon.json file is working correctly. It's not enough to restart the docker service, it is necessary to re-create the docker containers.
  12. J

    Input enable log rotation for docker container

    Currently I believe there is no way to enable log rotation for docker containers, using the provided docker plugin for Plesk. I tried creating the file /etc/docker/daemon.json with these values: { "log-driver": "json-file", "log-opts": { "max-size": "10m", "max-file": "3" } }...
  13. J

    Issue All Domains Apache2/Error 500

    If anyone has updated to Apache 2.4.49 or 2.4.50, please update to 2.4.51 right away. There are a couple of security vulnerabilities on Apache 2.4.49. These warnings are being sent out on the Apache mailing list: CVE-2021-41773: Path traversal and file disclosure vulnerability in Apache HTTP...
  14. J

    Issue newline character in nginx headers should not be accepted

    I recently ran into an issue when updating the Content Security Policy in my nginx headers, using the "Additional nginx directives" textarea for a domain. I started getting an ERR_HTTP2_PROTOCOL_ERROR on Chrome and Edge, but not on Firefox. I couldn't for the life of me figure out why, for such...
Back
Top