Jump to content

Krydos

Chief Executive Officer
  • Posts

    25,821
  • Joined

  • Last visited

  • Days Won

    923

Posts posted by Krydos

  1. PHP 8.5 is now available on both our Tommy and Morty plans. We will be installing PHP 8.5 on the free Johnny server in a few weeks as well. We've also taken the opportunity to upgrade Plesk to the latest version and do a thorough upgrade of all system packages. The performance for the Tommy server has been a little slow for the last few hours due to high load, but things are going back to normal now. There may have been a few errors messages as various services restarted, but now that the maintenance is over let us know if any of the error messages persist. We try to avoid doing upgrades too often, because they can cause downtime and slow performance, but it's critical to keep everything up to date to avoid vulnerabilities.

  2. 12 hours ago, talesaz said:

    is there a way to see the credit/resource consumption for any of my domains?

    You can see the bandwidth in Plesk by going to

    1. Login at https://heliohost.org/login/
    2. Continue to Plesk
    3. Click Websites & Domains in the left navigation.

    image.png.174e15a10f0e937567e46f2f5f3bf1f5.png

    You can see your overall memory and CPU usage by going to

    1. Login at https://heliohost.org/dashboard/load/

    image.png.73ea4538085d518405e961c32572a6f9.png

    It isn't possible to list the memory and CPU per domain, but I can say that 99% of your memory usage comes from having WSGI restart access enabled on atenahub.app.br.

     

  3. I just moved the files from shoonyacapital.heliohost.us to shoonyacapital.com without looking at what they were. When you use the Laravel toolkit in Plesk it changes the document root which is required for Laravel to function properly. You'll probably need to use the Laravel toolkit again on the new shoonyacapital.com domain to get the document root set correctly. If it's too much of a mess the recommended way to remove all the Laravel stuff is to do an account reset.

  4. Thank you for answering the question. Since you're not using Django or Flask it's possible for you to use a virtual environment. I have create a virtual environment for you located at /home/reassist.helioho.st/reyaanvenv/ and installed the requested modules on it for you. Instead of /usr/bin/python3.12 use /home/reassist.helioho.st/reyaanvenv/bin/python3.12 instead. You can see the information and installed modules for your virtual environment at https://reassist.helioho.st/pyinfo/

  5. The domain has been added, but in order to actually host it with us you must do 1 of the following 2 options.

    1. Use our nameservers by logging in to your registrar and setting your NS records to ns1.heliohost.org and ns2.heliohost.org
    2. Use any external DNS that you want, Cloudflare is a popular free option, and create an A record with the value 64.62.151.106 and an AAAA record with the value 2001:470:1:1ee::2009
  6. The modules python-telegram-bot, pypdf, and langdetect have been installed. The module nvidia-riva-client cannot be installed because it requires downgrading other already installed modules which would likely break someone else's site. Are you planning on doing Django, Flask, Python CGI, a long running script like a Python bot, or some other type of Python project?

×
×
  • Create New...