• 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 Alban Staehli

  1. 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
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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.
  7. 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...
  8. A

    Issue FTP broken?

    Hi, same issue here - what was done to fix it? Thx
  9. 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.
  10. 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...
  11. 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...
  12. 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...
  13. A

    Question Cloudflare DNS extension & /usr/local/psa/admin/bin/dnsmng --update

    The export is done manually. But then if I update the DNS, I am willing to trigger the Sync function, to push latest changes to CloudFlare. Hence I am wondering if the command dnsmng would do so.
  14. A

    Question Cloudflare DNS extension & /usr/local/psa/admin/bin/dnsmng --update

    Hi, I have a domain exported to Cloudflare via the Cloudflare DNS extension. Would anyone know if the sync to Cloudflare for this domain is triggered by the command "/usr/local/psa/admin/bin/dnsmng --update"? Thanks.
Back
Top