Jump to content

Krydos

Chief Executive Officer
  • Posts

    25,346
  • Joined

  • Last visited

  • Days Won

    907

Everything posted by Krydos

  1. Mono is installed for SSL now too https://www.laparcela.tk/aspa/index.aspx
  2. Well, I made some progress on it, but now it looks like it's having some path related issues: http://sest.gq/ At least it's throwing helpful errors now instead of useless 500 errors.
  3. @byron that was the reason /home/albertoc/public_html/djangotest/.htaccess was throwing a 500 error yesterday. He has fixed that and I was explaining why /home/albertoc/public_html/.htaccess was throwing a 500 error today which is the file you renamed. @albertoc there are a couple things going on here. First of all manage.py is pointless to upload since you don't have shell access so you may as well delete that to reduce the chance of security holes. Second since this isn't a dedicated django server the structure of your application is going to need to be a little different. On a dedicated django server like your application is set up to run on everything other than the media directory would be processed through mod_wsgi, but this is a shared server and the hundreds of other people sharing the server with you don't want the performance hit of everything being processed twice like that. The .htaccess rules is how you specify that you want things to be processed through your dispatch.wsgi file. In your application this is called wsgi.py, but it won't run like that because not all .py files on the server necessarily have to be django files. I have it set up so everything with the extension .wsgi is processed as django. Any other extension will not be processed through mod_wsgi. This is the key to tying the whole thing together. Simply renaming that file and setting up the proper rules in .htaccess so everything is processed correctly through the .wsgi file should be enough to get you going. I messed around with your files for a bit, but I can't get it working either and I've run out of time for now. I'll be back to fiddle with it some more later.
  4. @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.
  5. 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.
  6. 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.
  7. 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/
  8. If you create a wiki account and post your username here I can grant you access to edit it.
  9. I'll look at it some time to see if it's even possible.
  10. 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
  11. 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.
  12. Installed.
  13. 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
  14. The username gulliver, and the domain learnersabroad.heliohost.org are now available.
  15. http://examenco.heliohost.org/MyHelioServlet/
  16. Tommy PHP 7.1 memory limit has been increased to 128M.
  17. Installed. http://ejweb.cu.cc/test.aspx
  18. Which version of PHP are you using too?
  19. The usernames parcela and lparcela are now available. Keep in mind that each person is allowed to have only one account though.
  20. Deleted.
  21. Change your nameservers temporarily to ns1.heliohost.org and ns2.heliohost.org and after they are added in cPanel change them back.
  22. Last call for manual backup attempts was January 9th. http://www.helionet.org/index/topic/26930-manual-backup-master-list/?p=124822
×
×
  • Create New...