• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. P

    Issue Server goes down everyday around the same time

    Plesk generates the notification but the underlying issue isn't Plesk itself. You have a PHP process that is spawning children or exceed the limits of the Amazon instance that you're running so it might be a good idea to check into why that's occurring.
  2. P

    Issue Server goes down everyday around the same time

    The first order of business is to regain access to your server. Start with SSH if you can't get into your panel and if you're not able to SSH the ask your provider for assistance to regain access (assuming that it's a virtualized server, VPS, or that they can get in).
  3. P

    Issue Apache won't start, sites are down! Please help!

    Very quick fix if that's the case!
  4. P

    Resolved IPv6 not working for sites

    Igor might have been referring to bug reports in the special sub-section of this forum (not support requests). Submitting bug reports via the forum does not require a valid support license.
  5. P

    Issue All domains on plesk redirect to login page plesk

    For clarification, this isn't so much of a redirection issue but rather the websites are bound to the wrong IP.
  6. P

    Issue PHP 8 no run

    Did you restart Apache?
  7. P

    Question Plesk 18.0.33 - How to get mySQL not MariaDB

    It's by far a better practice to have your development environment match your production rather than the other way around.
  8. P

    Resolved Execute cronjob as system user?

    And with that Frankenstein lives!
  9. P

    Issue Plesk server became unreachable.

    "Wonderfully Attentive Plesk?"
  10. P

    Issue fail2ban log file: very long error messages

    This isn't a Plesk issue - You're barking up the wrong tree. This is the one that you want: fail2ban/fail2ban
  11. P

    Question CentOS is shifting focus from CentOS 8 to CentOS Stream

    Good to hear - I'm a happy camper if I'm supported until my own EOL :)
  12. P

    Issue bcmath present but not found

    hmmm... Everyone raised their hands at once on this one - A bit obscure but have you read into this?
  13. P

    Issue Need help » Plesk + CentOS + WP = PHP-FPM CPU @ 100%

    Checkout the HTTP server status module (be sure to restrict it to your IP) but if you're looking just to get a general idea of what's going on: See the top cpu load processes as they happen! # watch "ps aux | sort -nrk 3,3 | head -n 20" Find the process that the ID is attached to: # ls -la...
  14. P

    Question Point domain to my website without adding to Plesk

    So your objective is manually setup a domain inside the vhosts structure manually? I'm not sure if this is really a Plesk question as you can do this via SSH just as you would without Plesk and I'm also not entirely sure about the long-term implications.
  15. P

    Issue Backup warnings caused by webstat log files

    Instead of using the repair service, have you tried running this command? # find /var/www/vhosts/domaingeneratingtheerror.com/logs/ -type f -a -not -perm 644 -exec chmod 644 {} \;
  16. P

    Resolved FTP connection problem

    This sounds awfully like a KB that I saw. Have you given that a look? # sed -i 's/ScoreboardFile.*/ScoreboardFile \/var\/run\/proftpd.scoreboard/' /etc/proftpd.conf
  17. P

    Issue Backup warnings caused by webstat log files

    As a workaround for the moment, does the "Exclude log files" option still cause these files to throw the permission issue in the backup log?
  18. P

    Question can't block *.php while blocking other extensions

    SQL injection prevention should take place at the application layer; htaccess and nginix were never intended as effective defenses against injection attacks.
  19. P

    Issue Need help » Plesk + CentOS + WP = PHP-FPM CPU @ 100%

    You might have an exposed endpoint or a script (such as the WordPress XML RPC file which is very popular with automated nefarious sniffing tools) that may be getting hit so regardless of handler, this behavior might occur over and over again. When the behavior occurs, check to see what files are...
  20. P

    Issue cURL error 7: Failed connect to web.com:443; Connection refused

    From the little information provided, it's not looking like a Plesk issue. Have you tried disabling your firewalld daemon and then running that command? If that yields the same result, you may have an upstream port block.
Back
Top