Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,805
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. We need it to provide cpanel access to people for whom port 2083 is blocked. A lot of schools and companies block everything other than port 80 and 443. EDIT: (Should have read the next page first.)
  2. https://teetwist.com/ works for me. Please clear your cache.
  3. No, cloudflare only operates on port 80 and port 443. It's more likely that it is something like cpanel.yourdomain.com where yourdomain.com uses cloudflare.
  4. I got tomcat working again and redeployed it for you. http://ds3cheatersblocker.heliohost.org/cridus10_ds3cb/
  5. Your username is stosmyk2 now, but everything else is the same. You should be able to log in now and your website should start working within 2 hours.
  6. -rw-rw-r--. 1 sadeso1 sadeso1 1288 Jun 11 15:48 contact_me.php That is 664. It needs to be 644 like Wolstech already said.
  7. I don't know much about windows, but if you were using linux it would be easy enough. First install apache, and php. Those are easy. Then compile python with shared enabled. Next install mod_wsgi for apache using the shared libraries of the python and apxs for your apache. You'll probably need to install apache-devel package to get apxs. Then edit httpd.conf to set up the configuration for mod_wsgi to work. Then just pip install django. From there you can set up your django application the same as on the server. I don't have the slightest clue how you would do any of that on windows, nor would I even want to try. If you're asking because you want to test your django apps locally before you upload them you don't need to do any of the above. You don't even need apache. Just install python, and then pip install django. Then use your commandline to run django-admin startproject. That command creates a manage.py file that you can use to start a testing webserver. Just run python manage.py runserver 0.0.0.0:8080, and then open 127.0.0.1:8080 in your browser to see your django app.
  8. There you go https://krydos1.heliohost.org/71/phpinfo.php
  9. Done. You should now be able to log in and your website should start working within 2 hours.
  10. Your account was archived because you haven't logged in for quite a while. We have a limited amount of space on our servers, and occasionally we have to remove the unused accounts to make space for new users. To prevent your account from becoming archived again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving...
  11. No it has nothing to do with you or your .war file. The server was just being strange. I've tested it a dozen times since then using your same .war and a bunch of other .wars and it has worked every time since. Not sure what the deal was, but as long as it doesn't happen again no big deal I guess.
  12. Done. You should now be able to log in and your website should start working within 2 hours.
  13. Your account was archived because you haven't logged in for quite a while. We have a limited amount of space on our servers, and occasionally we have to remove the unused accounts to make space for new users. To prevent your account from becoming archived again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving...
  14. The deployment got hung up because Tomcat was refusing to undeploy the previous .war. I've never seen it do that before. Thanks for reporting it.
  15. Krydos

    Double Storage

    You can post your email or you can pm it to me. If you choose to pm it please leave a message on this thread otherwise I'll never remember to check my pms.
  16. Done. You should now be able to log in and your website should start working within 2 hours.
  17. There was a conflict with your username in the system. Your username is ofcourse2 now. Let us know if you need help with anything else.
  18. Your account was archived because you haven't logged in for quite a while. We have a limited amount of space on our servers, and occasionally we have to remove the unused accounts to make space for new users. To prevent your account from becoming archived again please remember to log in at https://www.heliohost.org/login/ at least once every 30 days. Unarchiving...
  19. Thanks for letting us know. This is actually caused by rebooting Cody. For some reason when Cody restarts he boots up with some completely random time in his clock. Apparently it was far enough in the future today that it thought 2018-05-31 was at least 30 days in the past. One of the first things Cody does when he boots up is update his clock. Since your account is the oldest on the server it was first in line to get suspended for the false inactivity. It looks like one other account was unlucky as well. I went ahead and renewed his account for him. I've known about the weird time clock thing, but this has never happened before.
  20. It's saying that because you added floyd-and-associates.com as an alias domain. That means it shows the same content as your main domain, and it's files are located in /home/cwfloyd/public_html/ which already has a wordpress install. Obviously softaculous doesn't want to overwrite your wordpress. Are you trying to make floyd-and-associates.com a separate site? If so you should remove it from aliases and recreate it as an addon domain.
×
×
  • Create New...