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

    Question Question to plesk bin site commands

    It should switch from served shared to dedicated.
  2. M

    Question Question to plesk bin site commands

    Hi, on my plesk server are many subscriptions. I want to switch from FPM application served by apache to Dedicated FPM application served by apache for more than 100 of them. Not all, the rest hould stay as is. So my choose than time-eating doing by hand in the pelsk backend to do it via CLI...
  3. M

    Question Nginx Bind () issue

    Try at CLI: ip -6 addr add Your-IPv6 dev eth?? (for eth?? - Your Networkdivice name) And check your /etc/sysconfig/network-scripts/eth?? for misstypes.
  4. M

    Issue Plesk was removed after upgrading from Debian 10 to Debian 11

    Snapshot/Backup I had this at my first try too. It was a fault misstype in doing step9 and the step10. And My second fault was not doing step 14 once. so in the third try I did as explaind in Plesk instructions and ervything was fine. Maybe you forgot to create sources for debian11 in step 10.
  5. M

    Issue getting SSL error after moving website to another directory

    Have you moved only the content or even the rest, like .well-know directory etc.?
  6. M

    Resolved no root login ssh

    Maybe your IP Adrees is jailed at fail2ban? Restart rooter to get a new IP or unjail in plesk beackend.
  7. M

    Issue High CPU usage and poor performance (MYSQL)

    e.G. Backend Plesk - Domains - Logs: you see time, ip, executed file - status of execution (200, 404..) and there you can look for strage execution with sql commands like create, select... and u can judge is it normal or not (likley php files are ued to exploit with adding "?BAD-COMMAND") Or...
  8. M

    Issue High CPU usage and poor performance (MYSQL)

    Mysql? check the domain log, maybe some kind of a sqlinjection tryout
  9. M

    Issue Abnormal CPU usage and Apache crash

    If the way Peter described do not show the issue, you have to search feet after feet. Try to suspend the subscription you think it is, just before backup time. a couple minutes before. If the bad behavoir do not come up you found the subscription. Then go further on feet by feet, step by step...
  10. M

    Issue Abnormal CPU usage and Apache crash

    Only apache? I read somewhere that the sw-engine for plesk use dedicated ressources of your server, and nginx as well a sparepart of the ressources, defined at nginx.conf. So my guess is the a non static procress grab at backup too much at once and is reason for stuck processes or a "traffice...
  11. M

    Issue Abnormal CPU usage and Apache crash

    Your screenshots show that it start 5 Min after midnight. Do the sceduled backup start then as well? And AWstats need a lot of cpu for their daily clearing and collecting with a large number of domains. Also a php loop, a db loop for connections to other servers can block and cause if not...
  12. M

    Issue Abnormal CPU usage and Apache crash

    Did you activated the pagespeedboost for all sites? I had that issue by doing so. So I did a roll back, and everything was fine.
  13. M

    Issue IPv6 set up under Plesk, but not served for vhost

    Maybe this help, after a new installation some month ago this step was forgotten by me. Look at your network interface for the ipv6 route and activate it via CLI: ip -6 route add default via "YOURROUTE-IPV6" dev "YOURNETWORKINTERFACE" additional reregister IP at CLI ip -6 addr add "YOURIPV6" dev...
  14. M

    Resolved Switch satistics to awstats

    For all who need serverwide, for all domains too. At CLI: plesk bin site -l | while read domain_name; do plesk bin site -u $domain_name -webstat awstats; done
  15. M

    Resolved Switch satistics to awstats

    Thanks a lot. It works. And the loop should also do. Thanks for that link too.
  16. M

    Resolved Switch satistics to awstats

    Hi, Server Update to Debian11 from debian 10, the wabalyzer is not more supported. No matter I could live with awstats. But I have a large number of domains to be switched. I tried it via Subscription plan. It do not work, every subscription with former webalyzer got notthing set at stats. I...
  17. M

    Resolved Debian 12 upgrade not completed. Whats next?

    Not on 11 to 12 but I had the same problem at my first try of 10 to 11. I did a misstake in not correct overrride /etc/apt/sources.list Step 9 correctly and not doing Step 1. Broke my server. After rebuilt with snapshot and doning right it worked. Mixing bullseye and bookworm so not work.
  18. M

    Issue All domain redirected to plesk login page

    I had after updates somewhen the same problem. My solution is: Have you additional IPs? Reread IPs and get unregistered IPs at serverside registered again. Reread IPs. Then run the repair tool. First I run to ensure me --db --mysql --dns, ! That order ! ; I tested out, that the order the...
Back
Top