• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. P

    Resolved Plesk + Cloudflare - Get visitors real IP without extension

    here is script you can use to auto-update Cloudflare IPs on your Plesk server running nginx #!/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin CFTEMP=/root/cloudflare-ips.txt curl -sS https://www.cloudflare.com/ips-v4 >$CFTEMP curl -sS https://www.cloudflare.com/ips-v6 >>$CFTEMP sed -i -e...
  2. P

    Resolved Fixing Error 521: Web server is down (plesk + cloudflare)

    I am having the same problems, not only error 521 but error 524 as well how can I whitelist all CloudFlare IPs in Plesk? https://www.cloudflare.com/ips/ will that make fail2ban "blind" or should fail2ban process real IPs from visitors (provided by CloudFlare)
  3. P

    Question Logging with WebDAV on Windows10

    is there any solution to WebDAV problem between Plesk and Windows 10 ? I have Plesk Obsidian - Version 18.0.20 Update #2
  4. P

    Resolved Server Error 500 Plesk\Lock\Exception

    @GerdSchrewe - I do NOT have access to SSH adding this from Strato Rescue System does NOT resolve problem when Plesk admin interface was affected, Plesk firewalled has blocked SSH port for unknown reason SSH is blocked for all IP addresses, I have tried to access SSH from different IPs (VPN...
  5. P

    Resolved Server Error 500 Plesk\Lock\Exception

    my VPS is affected by this Plesk BUG however when I run Strato Provider Rescue System, it tells me my server is in "/repair" folder and I this command doesn't do anything from rescue system plesk installer --select-release-current --reinstall-patch --upgrade-installed-components Unable to...
  6. P

    Question Fail2ban 0.10.2, Plesk uses very old

    @IgorG - please allow fail2ban-0.10.x because of IPv6 protection - at least for early adopters fail2ban version that Plesk uses at the moment doesn't protect servers running IPv6, only IPv4) so somebody can brute force IPv6 all day long, till they brute-force your password
  7. P

    Resolved Exclude a folder from backup?

    how to exclude folder from backup and all sub-folders below? I want to exclude "/domain.tld/httpdocs/folder1/sub1/sub2/sub3/sub4/sub5" how can I exclude all 5 subfolders without writing 5 different rules? it is especially important, because sub-folders are dynamically created with random...
  8. P

    Resolved htpasswd causing Internal Server Error 500

    I have just tested this rule for Nginx - unfortunatelly it doesn't work with Plesk Onyx 17.5 do you have idea why ? here is my Apache & nginx Settings for that domain gzip on; gzip_disable "msie6"; gzip_vary on; gzip_proxied any; gzip_comp_level 6; gzip_buffers 16 8k; gzip_http_version 1.1...
  9. P

    Resolved Plesk Onyx can´t install memcached

    hello Igor, I have followed this tutorial: How to improve WordPress site speed with Memcached but there are issues with Ubuntu root@lmy-server-name:/opt/plesk/php/7.1# apt-get install make plesk-php71-dev gcc glibc-devel libmemcached-devel zlib-devel Reading package lists... Done Building...
  10. P

    Resolved Plesk Onyx can´t install memcached

    it doesn't work on Ubuntu 16, even with PHP7.1 OS ‪Ubuntu 16.04.2 LTS‬ Product Plesk Onyx Version 17.5.3 Update #12, last updated on July 4, 2017 01:32 PM The system is up-to-date. Checked on July 9, 2017 01:28 AM. root@my-server-name:~# /opt/plesk/php/7.1/bin/pecl install memcached...
  11. P

    Resolved htpasswd causing Internal Server Error 500

    thank you @UFHH01 problem is resolved here is how to prevent HTTP auth and allow only HTTPS auth # Protect wp-login <Files wp-login.php> SSLRequireSSL ErrorDocument 403 https://your-domain.com/wp-login.php AuthType Basic AuthName "restricted access" AuthUserFile...
  12. P

    Resolved htpasswd causing Internal Server Error 500

    Hello, I am using vanilla install of Plesk Onyx- Version 17.5.3 Update #12, last updated on July 4, 2017 01:32 PM ‪Ubuntu 16.04.2 LTS‬ 64bit I want to password protect WordPress file wp-login.php which works fine on friends shared hosting however when I apply adjusted settings to Plesk, it...
  13. P

    Input use LetsEncrypt SSL certificates to secure your Plesk FTP access

    this could be useful for some of pleskians nano /etc/proftpd.conf remove entries for self-signed certificates and adjust "your-domain.com" to your LetsEncrypt signed domain # Plesk FTP SSL certificate TLSRSACertificateFile...
  14. P

    Resolved How to secure mail of domain with Lets Encrypt

    offtopic but - here are SSL certs even cheaper https://www.ssls.com
  15. P

    Issue Backup MX with Plesk Onyx

    please vote for email redundancy (Plesk as Secondary MX - Backup MX server support) https://plesk.uservoice.com/forums/184549-feature-suggestions/suggestions/17668597-use-plesk-as-backup-mx-server I am sure many users need reliable email service, and not all of them are aware Plesk is not able...
  16. P

    Issue Backup MX with Plesk Onyx

    https://docs.plesk.com/en-US/12.5/administrator-guide/mail/antispam-tools/sender-policy-framework-system-linux.59435/ ok here is how to get around SPF check on your Primary MX go to: Plesk - Tools & Settings - Mail Server Settings - Switch on SPF spam protection - SPF local rules add either...
  17. P

    Issue Backup MX with Plesk Onyx

    I have two Ubuntu 14.04LTS servers running latest Plesk Onyx 17.0.17 Update #12 first server is primary MX server, second server I have configured Postfix to act as backup MX server in order to have e-mail reliability and redundancy, when primary MX is down however, it is NOT possible in Plesk...
  18. P

    Issue Backup MX with Plesk Onyx

    how to configure Backup MX with Plesk Onyx ? I don't mind using CLI but there is no recent info in WIKI or FAQ I am using Postfix, and I found this: https://www.howtoforge.com/postfix_backup_mx is there anything else required, security-spam related is it safe to configure like that? will...
  19. P

    Issue [PPP-26791] FTP backup - bug in Plesk Onyx

    Hello Plesk Team incremental backup has been fixed since recent Plesk Onyx update, but now I have stumbled upon new bug on Backup Task when you choose "When a backup task is completed, send a notification email to: [email protected]" it not sent or received can you look into this issue of not...
Back
Top