• 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. A

    Question How to open ports 80 and 443 on both IPv4 and IPv6

    iptables -I INPUT -p tcp --dport 80 -j ACCEPT iptables -I INPUT -p tcp --dport 443 -j ACCEPT sudo netfilter-persistent save sudo netfilter-persistent reload or install plesk firewall extension also check your server provider's firewall for blocked ports
  2. A

    Resolved Nameservers do not read the domain transfer

    Hi, I found solution the key in etc/bind/rndc.key was different from the one in plesk bind installation in var catalog. it must be the same. when i changed it to the same dns server it started working. Fixing BIND9 rndc error "connection to remote host closed"
  3. A

    Resolved Nameservers do not read the domain transfer

    Can a blocked ping service on a server have a negative effect on this?
  4. A

    Resolved Nameservers do not read the domain transfer

    Hi I have problem with domain transfer to my nameservers. Exactly, it doesn't execute without restart bind I don't know what the cause is when I change the nameservers of a domain to my nameservers the transfer does not take place even after 24h only when I reset the dns settings for the whole...
  5. A

    Question How to protect DDoS attack with Plesk extensions?

    Are you using nginx proxy? You can set rate limiting. https://www.nginx.com/blog/rate-limiting-nginx/
  6. A

    Issue 504 gateway timeout only WordPress homepage

    Debug Mode - Maybe it will give some clues https://freelancecrew.nl/?fldebug=d2c6bdc765f1a35a89130b3cab861316
  7. A

    Issue 504 gateway timeout only WordPress homepage

    No... The websites were working fine for a few days and then suddenly stopped...
  8. A

    Issue 504 gateway timeout only WordPress homepage

    Yes i disable mod security and ip failban server-wide for all domains. I also deactivated the security rules in the wordpress toolkit nothing works... I have 7 websites all working fine except for these 2 I can't find the cause anymore... it's frustrating maybe its problem with php... when I...
  9. A

    Issue 504 gateway timeout only WordPress homepage

    Hi I have a problem with long loading of pages, namely only the home page. 2 of these domains: https://freelancecrew.nl/ https://adammakowski.dev/ pages take a very long time to load and then throw 504 gateway timeout error the interesting thing is that on these pages administration panel works...
  10. A

    Issue error create database for site WordPress Toolkit

    Hi I want to use remote database for my plesk I use Oracle MySQL Database, I added the database successfully to remote databases in plesk. almost everything works as it should. but when installing wordpress automatically using the wordpress toolkit, I get an error I will mention that creating...
  11. A

    Input Plesk can now be installed on Ubuntu 20 servers running on ARM-based platforms

    Hi Im testing Plesk on an ARM Ampere server from Oracle I noticed a performance problem and I don't know how to solve it I installed a clean install of plesk on 2 servers. 1. ARM Ampere A1 Ubuntu Oracle, 4 cpu and 24gb ram 2. AMD epyc 7472 1 cpu and 1 gb ram 1. no changes to plesk, ngnix and...
Back
Top