Jump to content

Krydos

Chief Executive Officer
  • Posts

    25,412
  • Joined

  • Last visited

  • Days Won

    910

Everything posted by Krydos

  1. And we have small versions of the load: And small versions of the uptime too:
  2. We have a load image for each server: We have an uptime image for each server: We even have a load image for Cody which is the server that hosts our main website, this forum, and the wiki:
  3. All of our servers processes are load balanced. When the load is high things like account creation and deletion slow down. When load is low they create and delete more or less instantly. Since you picked the Johnny server things tend to take longer since this servers load is frequently high. Load of 10 or less is pretty good. Load is hard to predict because it's mostly based on how many people are viewing websites on that server at any given time, and because of this it's difficult to determine how long it will take. You can check the load on Johnny with this image: I just checked and your hosting account has been deleted now.
  4. Unarchiving... You should now be able to log in at https://www.heliohost.org/login/ and your website will start working within 24 hours.
  5. Have you tried SFTP settings?
  6. You already queued that account for deletion. Now you just need to wait for it to be deleted.
  7. Unblocked.
  8. What port are you running your socket on?
  9. Lots of things can cause 500 errors including high load. Johnny is no stranger to high load and experienced some downtime earlier tonight. It was probably related. If you want a server with more stable load and less errors we recommend a production server like Ricky or Tommy.
  10. What is a link to a page that has a 500 error and I can take a look?
  11. I set up the external cron for you.
  12. We offer unlimited external cron jobs, but the cron jobs you're talking about are limited to two per day. If you want to set up an external cron job just post a link to your script that can be reached by a browser and we'll set the cron job for you to execute as often as once every 5 minutes. For instance: ctfisep.heliohost.org/cron/process.php
  13. You were blocked because you tried to log in using the wrong username or password too many times. This won't happen if you log in at https://www.heliohost.org/login/ You can get a reset password link sent to your email by going to https://www.heliohost.org/reset/ Your IP has been unblocked.
  14. You picked the Johnny server, that's why you see so many errors. The solution to all these errors is to reduce the number of users on Johnny and reduce the load that Johnny experiences. The reason Johnny has so many users is because our service is very popular, but we don't have enough servers to properly support everyone that wants to create an account. The reason Johnny's load is so high is because there are way too many users on that server. If you want to be able to add and delete domains without errors we recommend moving your account to one of our production servers like Ricky or Tommy.
  15. To delete a subdomain Go to https://johnny.heliohost.org:2083/frontend/paper_lantern/subdomain/index.htmlClick remove next to the subdomain you want to remove
  16. One of the fundamental principles of unix is that each tool should do only one job, and do it as perfectly as possible. Apache's purpose is to serve content over http/http2 protocol, and to be as secure and stable as possible. PHP is a separate process entirely, and it's purpose is to process scripts written in php and to be as secure and stable as possible. If apache also processed php scripts it would violate the one-tool-one-purpose unwritten rule. The idea is if you try to make one tool do too much then it won't be as perfect at all of it's different tasks. Since this is the case the kernel of linux does an exemplary job of linking these separate processes together with pipes and redirected stdout and stdin and stderr, etc. See: https://en.wikipedia.org/wiki/Unix_philosophy#Do_One_Thing_and_Do_It_Well
  17. Thanks for pointing this out. Johnny's tomcat configuration had gotten corrupted. There you go http://seethend.heliohost.org/test.jsp
  18. SuPHP is very particular about permissions. It's a security vulnerability to have a php file be writable by the group.
  19. There you go http://krydos1.heliohost.org/cgi-bin/modules27.py
  20. Which version of python are you using on Ricky?
  21. Does the 500 error go away when you change it to 644?
  22. Go to https://tommy.heliohost.org:2083/frontend/paper_lantern/java/index.live.phpClick Upload.Select your .war file from your hard drive.Make sure your .war file is selected in the dropdown menu (if you have more than one .war uploaded.)Click Deploy.
  23. Is the php file 644 permissions?
  24. You should now be able to log in to your control panel at https://www.heliohost.org/login/ and your website should start working again within 24 hours.
  25. It's working now http://dreamrealm.heliohost.org/
×
×
  • Create New...