Jump to content

Krydos

Chief Executive Officer
  • Posts

    24,213
  • Joined

  • Last visited

  • Days Won

    856

Everything posted by Krydos

  1. Postgresql on Johnny currently supports 100 connections. We may need to limit that down to a lower number in the future if we notice people abusing it though.
  2. Remote access enabled.
  3. I must just be lucky then. I've done like 50 VPS via email and not a single one has had any issues receiving email from my @heliohost.org address.
  4. Perhaps you could send people their Lily credentials via email instead of the broken PM system?
  5. Granted, but now you fear nothing and do dumb things like fall off cliffs. I wish no more criminals would try to use HelioHost for their phishing.
  6. Remote access enabled.
  7. Unarchived.
  8. Closing due to inactivity.
  9. Remote access enabled.
  10. You seem to be really struggling with this, and I agree setting up Django can be rather complicated. I went ahead and set up a functional test django site at http://apitunion.com/ for you. Feel free to familiarize yourself with the files and their contents. Then make small changes and test frequently. If you break something revert your last change, and figure out what went wrong. Let us know if you need any help.
  11. You have all your files in the wrong directory. Your files look like this $ tree ../hello/ ../hello/ ├── asgi.py ├── dispatch.wsgi ├── __init__.py ├── __pycache__ │ ├── __init__.cpython-37.pyc │ ├── settings.cpython-37.pyc │ ├── urls.cpython-37.pyc │ └── wsgi.cpython-37.pyc ├── settings.py └── urls.py and according to the guide they're supposed to look like this $ tree ../hello/ ../hello/ ├── db.sqlite3 ├── hello/ │ ├── __init__.py │ ├── __pycache__/ │ │ ├── ... │ ├── settings.py │ ├── urls.py │ └── wsgi.py └── manage.py
  12. There you go https://krydos2.heliohost.org/cgi-bin/modules37.py The next time there is a python module install request can you please list the modules that need to be installed, not just a list of which 90% are already installed. It takes a lot of my time. Anyone can do this for me. This would be a great task for a moderator to help me out.
  13. In your .htaccess file you have this RewriteRule ^(.*)$ hello/dispatch.wsgi/$1 [QSA,PT,L] and according to the guide it should be RewriteRule ^(.*)$ hello/hello/dispatch.wsgi/$1 [QSA,PT,L]
  14. 180 day trial actually. https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2019?filetype=ISO
  15. It looks like this is already solved for OP, but if anyone comes across this thread by searching: You can create an account with google search console, and submit your site. If you get flagged as deceptive you can use that site to request to be unlisted. https://search.google.com/search-console/about
  16. This is the email warning you received on 2019-11-06 If you didn't receive that email you might want to make sure you have no-reply@heliohost.org and support@heliohost.org whitelisted in your gmail. Unarchived. You'll need to reset your password before you'll be able to login. https://www.heliohost.org/reset/
  17. Deleted.
  18. There you go https://krydos.heliohost.org/72/phpinfo.php
  19. Unarchived.
  20. The load was coming from php 7.2.
  21. The extension calendar has been installed on Johnny's php 5.4.
×
×
  • Create New...