Jump to content

Krydos

Chief Executive Officer
  • Posts

    25,180
  • Joined

  • Last visited

  • Days Won

    900

Everything posted by Krydos

  1. @byron, What the .htaccess file does on a django site in this example is force everything (other than static files in the media folder) to be processed through dispatch.wsgi. That's what ties the whole thing together as django rather than seperate html files etc. If the django site itself has a 500 error renaming the .htaccess just makes the django not process at all. @albertoc, the 500 error is because (as I explained about) /home/albertoc/public_html/.htaccess is trying to send all requested to be processed by /home/albertoc/public_html/dispatch.wsgi but that file doesn't exist.
  2. It's not possible, but other people have requested it too https://features.cpanel.net/topic/multiple-cpanel-logins-cpanel-subusers Depending on what you need your subuser to be able to do you could just create them an FTP account so they can access or modify the files on your site. You can even set it up so one account only has access to one domain and another account only has access to another domain if you're account has more than one website on it.
  3. You should have access to edit the wiki now. Let us know if you have any questions or would like us to review your changes and additions.
  4. We hadn't installed Django on Tommy yet because no one had asked for it. Since you asked, Django 1.10.5 is now installed on Tommy running on Python 3.6.0. To get started download https://www.heliohost.org/assets/djangotest.tar.gzUpload this archive to /home/<USERNAME>/public_htmlExtract the archive and it will create a djangotest directory in public_htmlEdit djangotest/dispatch.wsgiChange <USERNAME> to your cPanel usernameEdit djangotest/settings.pyChange <DOMAIN> to your account's domainGo to <DOMAIN>.heliohost.org/djangotestIf it worked you should see the Django welcome page like https://krydos.heliohost.org/djangotest/
  5. If you create a wiki account and post your username here I can grant you access to edit it.
  6. I'll look at it some time to see if it's even possible.
  7. 2.7.5 is the only version because no one has asked for anything else yet. I installed python 3.6.0 for you, and it is available by using #!/usr/bin/python3.6
  8. Your cpanel mysql account doesn't have permissions to create databases. When you use the cpanel mysql page it creates the database with root privileges and then assigns you access.
  9. Installed.
  10. On Tommy it depends on which version of php you want to use. For instance if you want to use php 7.1 then use AddType application/x-httpd-ea-php71 .html
  11. The username gulliver, and the domain learnersabroad.heliohost.org are now available.
  12. http://examenco.heliohost.org/MyHelioServlet/
  13. Tommy PHP 7.1 memory limit has been increased to 128M.
  14. Installed. http://ejweb.cu.cc/test.aspx
  15. Which version of PHP are you using too?
  16. The usernames parcela and lparcela are now available. Keep in mind that each person is allowed to have only one account though.
  17. Deleted.
  18. Change your nameservers temporarily to ns1.heliohost.org and ns2.heliohost.org and after they are added in cPanel change them back.
  19. Last call for manual backup attempts was January 9th. http://www.helionet.org/index/topic/26930-manual-backup-master-list/?p=124822
  20. The backup just contains your public_html files and your databases so you'll need to set everything else up. You can set cloudflare up however you want. Generally you change your nameservers to like bob.cloudflare.com and hilda.cloudflare.com or whatever they assign you to and you're good to go.
  21. The username inwata is now available.
  22. Resent.
×
×
  • Create New...