Jump to content

gasparic

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by gasparic

  1. I would also consider SPanel and aaPanel.

     

    Since this is large community of happy users, I believe everyone would consider helping and contributing both with their knowledge and financially to "save" HelioHost and make it even better than it was before. 

     

    Thanks guys for everything so far. I really hope that this is not the end.

  2. Hello,

    I need Python module channels==3.0.4 for Django on Tommy:

     

    Also, I need your help with deploying Django project/app to subdomain chat.codedo.ga

    How should I edit .htaccess and dispatch.wsgi files for app to run directly on that subdomain without separate folder?

     

    currently .htaccess:

    RewriteEngine On
    RewriteBase /
    RewriteRule ^(codedoga/dispatch\.wsgi/.*)$ - [L]
    RewriteRule ^(.*)$ chat/codedoga/dispatch.wsgi/$1 [QSA,PT,L]

     

    dispatch.wsgi :

    """
    WSGI config for chat project.

    It exposes the WSGI callable as a module-level variable named ``application``.

    For more information on this file, see
    https://docs.djangoproject.com/en/3.2/howto/deployment/wsgi/
    """
    import os, sys

    # edit your username below
    sys.path.append("/home/gasparic/public_html/chat")

    from django.core.wsgi import get_wsgi_application

    os.environ['DJANGO_SETTINGS_MODULE'] = 'codedoga.settings'

    application = get_wsgi_application()

     

    I'm currently getting 500 Internal server error. 

     

    Thank you,

    gasparic

  3. I need help connecting to mySQL database that is on hosting server from my site. 

     

    DB connects fine from three different computers and two different sites, but it won't connect from my Django app on my site or using php script on my site, it just gives "Connection timed out"

     

    HelioHost:

    user - gasparic

     

    Hostinger MySQL db:

    host = 'servername';

    dbname = 'XXX';
    username = 'XXXXu';

     

     

    I added % - any host to allowed hosts to MySQL remote on hPanel on hostinger and I also added address 65.19.143.6 which was shared IP address for my site at the moment.

     

     

    I made special user for Django so that I can share Django debug report if it will help - I'm willing to send it via email or private message.

     

    Thank you in advance

  4. Johnny and Tommy have different python modules installed. We just start with nothing and install stuff as people request it. Have you checked your modules against Tommy's installed list? Go through this list and see if anything you're trying to import are missing. https://krydos.heliohost.org/cgi-bin/modules37.py If anything is missing let me know and I can install it.

     

    You are right, I need pymysql which is available on Johnny, but not on Tommy.

    Can you install it?

     

    Thank you

  5. Hello,

     

    after moving to Tommy, I get this error when trying to access my Django application:

     

    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator at webmaster@dominik.codedo.ga to inform them of the time this error occurred, and the actions you performed just before this error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

     

     

     

    link is dominik.codedo.ga/kuhinja210/

     

    heliohost-user: gasparic

     

     

    It was working on Johnny so I suspect Apache, but could be something else. Please help.

     

    Thank You

  6. I need help changing my primary domain.

     

    It used to be dgasparic.heliohost.us but I tried to change it to docode.ga and it accidentally because of auto correct changed to decode.ga

     

    I don't have or own domain decode.ga, Can you please help with this.

     

    Thank you

×
×
  • Create New...