Jump to content

Krydos

Chief Executive Officer
  • Posts

    26430
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. If someone goes to meritukovstepan.helioho.st do you want them to get redirected show their browser shows supnot.helioho.st?
  2. You can remove it yourself.
  3. The .htaccess rules are executed in sequence from top to bottom, so if you put the static directories below RewriteRule ^(.*)$ config/dispatch.wsgi/$1 [QSA,PT,L] it will never match because that line matches everything and the [L] means it doesn't process anything below there. The lines with media and admin_media are examples of static directories, which is where you need to put them.
  4. Do you have more than 1 account?
  5. What directory are the css and js located in? Did you edit the .htaccess file to make sure the static css and js files are served directly, rather than being routed through django.wsgi?
  6. A few things I wanted to note: 99% of your load is coming from the one Wordpress site travel-lk.com. I would recommend switching to another software other than Wordpress if you want better performance for the whole VPS. If you refuse to get rid of Wordpress, you really should add some more memory. Decreasing the resources MariaDB and PHP 8.3 are allowed to use helps keep the system from swapping, which increases the speed, but in order to get truly fast speed you should still increase the memory. Your system is still pretty swapped. Over 1000 MB in swap right now, but it's mostly spamd processes, named, etc. which you probably aren't even using anyways. Just like in point 1 and 2 you really should increase the memory until your system doesn't need to swap at all.
  7. Is the VPS running faster now?
  8. I took a look at your VPS, and it is indeed very slow. This is because MariaDB and PHP-8.3 are using all your memory, and your load is very high. Between MariaDB and PHP-8.3 they are using 3081 MB of memory and your VPS only has 2048 MB memory, and the OS and everything else needs to have some memory to operate too. When I checked you only have 300 MB free, and 1.4 GB is swapped. You should aim to have only 0-50 MB swapped, and definitely more free memory than only 300 MB. Here are some options to increase the speed of your VPS: I would recommend increasing your memory to 3 GB or 4 GB at https://heliohost.org/dashboard/upgrade/ You could modify the MariaDB config to use less memory if you don't want to upgrade the memory. You could modify the PHP-8.3 config to use less memory and/or have less FPM workers if you don't want to upgrade the memory. In order to free up some memory for you, I restarted MariaDB, but it will likely just swell back up to the same memory usage as before unless you modify the MariaDB config as I suggested in option 2.
  9. Glad your VPS started working again on its own. Sometimes when you do a reboot certain processes can cause the reboot to take a really long time to finish. One I've commonly seen do this is the unattended-upgrades package. If it's in the middle of doing an automated update when you issue the reboot command it can keep the VPS powered on, but unresponsive to SSH, http, https, etc for up to 30 minutes. Kind of annoying, but if you abruptly power off a Linux server that is not completely done upgrading a critical system package it could break the entire system. MariaDB and other processes can cause the reboot to wait for 5-10 minutes as well. I would say that if your reboot hasn't completed after 30-45 minutes, then something probably went wrong. Most of the time a reboot will only take like 30 seconds though.
  10. Why can't you access arxontiko@mail.com anymore?
  11. Alright, I have deleted the new VPS132 that you created, transferred the new subscription to the old VPS35, and you should be good to go. If this happens again in the future please note that you can just click the link in the email to pay for your existing VPS rather than creating a new VPS. Less work for you, and less work for us too. Thanks for being a VPS customer.
  12. Did you intend to signup for a new VPS, or were you trying to renew the VPS that was powered off yesterday?
  13. Since SSH isn't available on the Morty plan you picked you could use CGI instead. You could also enable remote connections, and run the migrations from your development system. If you don't like those options SSH is available on the VPS plans which start at $4 per month. You're welcome to have a VPS and a Morty plan at the same time, but if you want we could also exchange the remaining balance on the Morty account to give you some credit towards a VPS.
  14. Installed. You can see the current list of modules and their versions for Morty's Python 3.12 at https://krydos3.heliohost.org/pyinfo/info3.12.py Please note: The module typing_extensions is part of the default Python install so doesn't show up on the above link, and doesn't need to be requested.
  15. WSGI restart control has been disabled on the domain softhauz.ca
  16. Are you saying you can no longer access the email address arxontiko@mail.com?
  17. Are you using Python 3.9 or Python 3.12?
  18. The domain is already added to your account, but the account is inactive. You can renew it at https://heliohost.org/renew/ once it's renewed, if you can't remember the password you can reset the password at https://heliohost.org/reset/ Let us know if you run into any issues with either step.
  19. Your VPS will not be deleted.
  20. That's great. We're glad to hear that you're satisfied with the performance of your VPS's. I'll check out your guitar lesson website too.
  21. It looks like your account was already reset less than an hour ago. Are you sure you want to reset it again?
  22. The domain has been added, but in order to actually host it with us you must do 1 of the following 2 options. Use our nameservers by logging in to your registrar and setting your NS records to ns1.heliohost.org and ns2.heliohost.org Use any external DNS that you want, Cloudflare is a popular free option, and create an A record with the value 65.19.154.90 and an AAAA record with the value 2001:470:1:1ee::1002
  23. The only domain on your account has incorrect DNS settings.
  24. Outbound TCP port 14580 on Tommy has been opened to 85.188.1.173, 148.251.228.229, 51.68.189.96, and 51.178.19.212. Does it work now?
  25. Yeah, Node.js projects tend to use a lot more memory than PHP, Python, and other languages. It's fun to experiment with new stuff though. Node.js is a very popular language.
×
×
  • Create New...