Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,618
  • Joined

  • Last visited

  • Days Won

    871

Everything posted by Krydos

  1. The best way to speed up wordpress is to delete wordpress. Jokes aside, try disabling some unneeded plugins and junk. http://www.wpbeginner.com/wordpress-performance-speed/ I benchmarked Tommy's wordpress performance and it's 300ms which is pretty decent. If that's not good enough for you it might be time to move to paid hosting. We would really appreciate it if you use our affiliate link since we'll get a cut. Check it out: Wordpress Optimized Hosting
  2. You were suspended for creating 28,848 directories in /tmp. Were you trying to crash the server on purpose?
  3. Krydos

    Old Admins?

    Ashoat (the founder of HelioHost) is still around and is fairly involved behind the scenes. I don't even know when the last time he posted anything publicly, but he's had a lot of input on the backend. He's our CFO, and handles most of the financial stuff.Byron is around quite often and handles a lot of the escalated issues. He has root access to everything just like me and Ashoat. He's our COO.Cl58 hasn't done any admin type stuff in years, but he created a new account on Tommy I believe and still uses our service as a regular user now.Ice IT Support just got really busy with real life I think. He's come back a few times and said he was going to try to get more involved again, but then gets too busy to learn all the recent changes.JJE has been gone for years, but pops in every once in a while.Luigi123 is active.Shinryuu just dropped of the face of the earth one day without saying goodbye and we've seen no signs of him in over four years.Tjoene is fairly active.I believe Wizard is a friend of Ashoat, but he's been gone since before my time so who knows.Wolstech is very active.Xaav dropped of the face of the earth too, which was kind of strange because he was the main root admin when he disappeared. He's pretty much the reason I took over as root admin is because after a month or two of there being no root admin HelioHost was really starting to fall apart. Stevie only had like 30% uptime, etc. It was a mess, but I cleaned it up.Yashrs is fairly active too.
  4. Apart from that the publicly available stats are all external. Most of those images I linked are external too since it's Cody monitoring Tommy, Ricky, and Johnny anyways. Admins have a control panel that gives access to some graphs and other stats, but it's for moderator rank and higher only. Continue being so helpful to other HelioHost users and we might offer you a promotion and you'll be able to see them for yourself.
  5. And we have small versions of the load: And small versions of the uptime too:
  6. 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:
  7. 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.
  8. Unarchiving... You should now be able to log in at https://www.heliohost.org/login/ and your website will start working within 24 hours.
  9. Have you tried SFTP settings?
  10. You already queued that account for deletion. Now you just need to wait for it to be deleted.
  11. Unblocked.
  12. What port are you running your socket on?
  13. 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.
  14. What is a link to a page that has a 500 error and I can take a look?
  15. I set up the external cron for you.
  16. 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
  17. 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.
  18. 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.
  19. 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
  20. 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
  21. Thanks for pointing this out. Johnny's tomcat configuration had gotten corrupted. There you go http://seethend.heliohost.org/test.jsp
  22. SuPHP is very particular about permissions. It's a security vulnerability to have a php file be writable by the group.
  23. There you go http://krydos1.heliohost.org/cgi-bin/modules27.py
  24. Which version of python are you using on Ricky?
  25. Does the 500 error go away when you change it to 644?
×
×
  • Create New...