• 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

Search results

  1. M

    Issue Something changed badly after reboot

    The smart-log of your nvme ssds is okay? What does iotop / htop say about iowait? Did you ever find out the reason for the crash? Are all fans running properly? Anything blocking the airflow?
  2. M

    Issue SQLmap attack detected (ID: 218500) on blank page

    Does the rule trigger when you access the page, or did you just find that in the logs? If the latter, is it a POST attempt?
  3. M

    Resolved Maria DB update fail, autoupdate no longer works

    Hi, please reformat your message using [CODE] blocks for the parts containing URLs because otherwise the forum replaces the urls with the page title of the link target.
  4. M

    Resolved Update 18.0.60 on AlmaLinux = high cpu steal value

    Huh? proxmox is on 6.8.4-3-pve.
  5. M

    Issue Error changing from litespeed to apache

    Please read the error message fully. Line 146 loads /etc/apache2/mods-enabled/autoindex.load and complains about line 1 there, which loads /usr/lib/apache2/modules/mod_autoindex.so. Apparently your apache packages are inconsistent. Post the output of dpkg -l|grep apache.
  6. M

    Question Massive price increase for reseller licenses?

    We as paying customers are helping debug stuff that plesk will use to justify price increases.
  7. M

    Question mails that get lost

    Something is weird here. Why did this directory change? Did someone set a redirect between 3. and 4.4.?
  8. M

    Issue Plesk Premium Antivirus update fails

    Would probably be easier to just put one of the working IPs in /etc/hosts.
  9. M

    Issue Plesk Premium Antivirus update fails

    I got a mail on Sunday and Monday, but not today, so maybe it was fixed? Mail has one line more than yours: /etc/cron.daily/drweb-update: ERROR: Dr.Web Updater: failed to download files ! run-parts: /etc/cron.daily/drweb-update exited with return code 103 Side note: Mail comes from...
  10. M

    Question NGINX Unit on server under plesk

    Huh? Certificates should be just updated in-place without changing their names.
  11. M

    Question Add basic auth to login_up.php

    Isn't the panel served by nginx (only)?
  12. M

    Question What to monitor?

    Well, it is, just not targeted. It's become background noise by now.
  13. M

    Question Exclude files from backup (.ssh, directories above httpdocs/)

    see Issue - Backup utility and "Failed to copy files" error about .ssh keys
  14. M

    Question [PPPM-6333] Does Obsidian restore websites with correct dates

    It is stored (birth date), but it can't be modified from user space (intentionally immutable), so there's no way to restore it with tar.
  15. M

    Question Where are mails to root stored and how to forward them to an external address?

    It looks like they bounce, but the bounce notification bounces too, so nothing remains. Normally there should be a line MAILTO="add@ress" so all output of entries below that line will be mailed to that address. Just set a MAILTO= as described above. However it is not recommended to forward to...
  16. M

    Question Methods for Complete Servertransfer

    That's why you let rsync run and transfer the majority of files, then stop the sql server (maybe web- and mailserver too, but those are a lot more resilient than the sql server; however you'll probably get lots of sql server errors in the logs if you keep them running), and run rsync again until...
  17. M

    Issue High CPU usage and poor performance (MYSQL)

    Might also a search engine crawler going through all your listing options. In that case you should probably not ban them if you still want to be found, but instead adjust the robots.txt and declare links to search pages as nofollow.
  18. M

    Resolved Google to soon require ARC for forwarded messages

    The thing is that enabling forwarding to work with spf also allows spamming to work.
  19. M

    Input Your experience with "Mail delivery troubleshooting" in Plesk

    It would be nice to have the maillog processed and checked for certain problems automatically: greylisting problems (reattempt for same mail comes from another ip and is therefore greylisted too, if the domain is not already whitelisted) delivery errors due to spf/dkim/dmarc configuration...
  20. M

    Resolved Error on remote FTP when doing backups

    The reason is that the uploaded file does not exist in the filesystem. It is assembled on-the-fly from the .tar.gz/zstd archives in the domain subdirectory under /var/lib/psa/dumps/domains/. Those already compressed archives are assembled in a streamed tar archive, buffered by the stream cache...
Back
Top