Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/06/2013 in all areas

  1. Apache on Johnny seems to have a configuration error that is preventing it from starting up properly. The problem has been identified, and a new configuration build is already in progress. Once the build is complete we hope to have Johnny back online as soon as possible. This downtime only affects http connections. Other services such as FTP, cPanel, web disk, mail, etc should all be functioning normally.
    1 point
  2. Hello melina, I tested your page and I am getting to your normal homepage. The text on it starts with: Hi! My name is Mariano... There are issues on Stevie as far as I know from the forum where the accounts show as "Suspended" and some (including mine) show as "Queued" even though they are not.. Maybe you could try it from a different computer or different browser and clear your cache as described on heliohost.org I hope this will help you as I had the issue a number of times and it was due to my browser cache... If all doesn't help then maybe one of the Admins here can help. Good luck with the page! Best regards Barbara
    1 point
  3. Hello again. After long attemptions to refit .htaccess solution proved to be nicely simple. The only thing to do is to remove or comment this line in dispatch.wsgi: environ['PATH_INFO'] = environ['SCRIPT_NAME'] + environ['PATH_INFO'] dispatch.wsgi: import os, sys sys.path.append("/home1/kuloto/public_html/cartoons/"); os.environ['DJANGO_SETTINGS_MODULE'] = 'settings' os.environ['PYTHON_EGG_CACHE'] = '/home1/kuloto/.python_egg_cache' import django.core.handlers.wsgi _application = django.core.handlers.wsgi.WSGIHandler() def application(environ, start_response): environ['PATH_INFO'] = environ['SCRIPT_NAME'] + environ['PATH_INFO'] #line to delete return _application(environ, start_response) It prevents adding /project_dir/dispatch.wsgi into requests to your Django program. I don't know who did add this in the script, but I'm asking admins to remove it on this page.
    1 point
×
×
  • Create New...