• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Search results

  1. P

    Issue Huge load average, uninterruptible state

    This issue sounds like it scales with traffic (if you always had high wait time then that might point to an underlying infrastructure issue). You can likely rule ot a Plesk-related update problem at this point so when the issue is occurring, it might help to see if the traffic loads are being...
  2. P

    Issue High load and unable to suspend subscription

    Where you able to actually suspend the subscription? If you received an error, was it similar to this?
  3. P

    Resolved Fail2Ban Cannot Access Log File Inside a Domain

    Out of curiosity, you placed the log file in a publicly accessible web directory?
  4. P

    Question Upload external BIG file into specific PLESK domain panel using SSH

    If you're a visual guy or gal and just can't get by without a good GUI, you can also use WinSCP which enables you to upload these via a windows-style explorer interface.
  5. P

    Issue Server goes down everyday around the same time

    The error is accurate; the URL above can't be reached so the certificate can be re-issued. Serving pages again should be the first priority then the renewal process can run.
  6. 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.
  7. 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).
  8. P

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

    Very quick fix if that's the case!
  9. 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.
  10. 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.
  11. P

    Issue PHP 8 no run

    Did you restart Apache?
  12. 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.
  13. P

    Resolved Execute cronjob as system user?

    And with that Frankenstein lives!
  14. P

    Issue Plesk server became unreachable.

    "Wonderfully Attentive Plesk?"
  15. 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
  16. 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 :)
  17. 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?
  18. 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...
  19. 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.
  20. 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 {} \;
Back
Top