• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

Recent content by Alban Staehli

  1. A

    Question Performance and high IO: vhostmng-content

    Thx, the topic is actually about vhostmng-content, not find
  2. A

    Question Performance and high IO: vhostmng-content

    Hi, Thank you for the detailed response. I can't find the daily maintenance command in crontab. Would you know where it's executed? What file shall I look for? Also would you be able to confirm this is the only job that execute the command? Or is there other way to trigger it? Regards, Alban
  3. A

    Question Performance and high IO: vhostmng-content

    Hi, I have succesfully reduced IO impact for vhostmng-find, thanks to the following article: Question - vhostmng-find processe consume CPU . I have tried to apply the same to statistics_collector and vhostmng-content . Works well for statistics_collector, but not for vhostmng-content (it...
  4. A

    Question Domains proxied via Cloudflare - Logs showing Cloudflare IPs rather than client IP

    Alright, found my way here: https://support.plesk.com/hc/en-us/articles/12377061126807-Incorrect-IP-addresses-are-logged-in-the-access-logs-of-Plesk-domains-behind-a-Cloudflare-CDN-proxy-or-Google-Cloud-Load-Balancing
  5. A

    Question Domains proxied via Cloudflare - Logs showing Cloudflare IPs rather than client IP

    Hi, I've a couple of domains proxied via Cloudflare. Using the Cloudflare DNS extension to sync these domains NS entries with Cloudflare. While these are proxied from Cloudflare to the Plesk server, the Nginx and Apache logs show the IP addresses from Cloudflare proxies, rather than the client...
  6. A

    Resolved Statistic collection saturates disk

    Hi, Struggling with IO used by statistics_collector. Already enabled the suggestion with the ionice wrapper above, which helps to avoid the saturation. But statistics collector now takes days to run, have to kill the process as it never ends, then piles up with daily Cron and is running non...
  7. A

    Question Plesk Admin - Bad Bot protection

    Thanks @Kaspar, this is exactly what I was after. While Go-http-client may be default user agent of the GO HTTP client package, any PROD ready code using it shall rename the user agent accordingly - looking at the heavy amount of connections generated from multiple IPs with this user agent...
  8. A

    Question Plesk Admin - Bad Bot protection

    Hi, I see many attempts of connection from user agent Go-http-client, within short period of time to the Plesk Admin panel, seem to be a bad bot. Requests show up in the following log file: /var/log/plesk/httpsd_access_log This usually triggers same time the following alert - "The threshold of...
  9. A

    Question Watchdog v3 - New service configuration

    I just voted for the PHP-FPM in watchdog. What I'm after is monitoring the clamav milter, which obviously you do not formally support.
  10. A

    Question Watchdog v3 - New service configuration

    Hi, I've followed the following instructions for Watchdog to add new services configuration: Instruction - How to add a new service to the watchdog extension Nevertheless, since Watchdog v3 upgrade, these new custom services are not being monitored (while still being listed). I attempted to...
  11. A

    Issue FTP broken?

    Hi, same issue here - what was done to fix it? Thx
  12. A

    Issue FTP - Insecure server, it does not support FTP over TLS.

    got this to work - only FTP on 21 with TLS does not work.
  13. A

    Issue FTP - Insecure server, it does not support FTP over TLS.

    I even attempted to configure implicit encryption, no luck - timeout on port 990: https://docs.plesk.com/en-US/obsidian/advanced-administration-guide-linux/services-management/ftp.68761/#switching-on-implicit-ftps While service is actually listening: lsof -i TCP:990 COMMAND PID USER FD...
  14. A

    Issue FTP - Insecure server, it does not support FTP over TLS.

    Also adding tls content of the /etc/proftpd.conf file: <IfModule mod_tls.c> # common settings for all virtual hosts TLSEngine on TLSRequired off TLSLog /var/log/plesk/ftp_tls.log TLSRSACertificateFile /usr/local/psa/admin/conf/httpsd.pem...
  15. A

    Issue FTP - Insecure server, it does not support FTP over TLS.

    Hi, Somehow after a Plesk upgrade, I'm unable to connect via FTP over TLS - through both Filezilla and WinSCP. It works over non-secure FTP. Filezilla complaints with message "Insecure server, it does not support FTP over TLS". WinSCP advises that the parameter is not supported. FileZilla...
Back
Top