Jump to content

alpriven

Members
  • Posts

    6
  • Joined

  • Last visited

alpriven's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thank you! It no longer gives an error! It still doesn't work though, but I don't think it's because of permissions and so is out of the scope of this thread
  2. thank you very much! it switched error messages, so now I actually know what's wrong! But is there an easy way to tell/fix the dos line endings? Obviously if I'm just looking at a file then I can't tell the difference.
  3. If the problem was with the files (shebang is incorrect or line endings aren't linux-style), then it would probably give a 500 internal server error, rather than a permission denied error.
  4. I've changed the permissions of the files inside cgi-bin to 644 (and also cgi-bin is directly in public_html, there's no yourdomain.com folder) an it's still giving a 403 error. And if these really are the correct permissions then https://wiki.helionet.org/Discord_Bot is wrong and should be updated.
  5. shebang is #!/usr/bin/python3.7 for all files. And how would downgrading the permissions of files (that I can't even see) help? Especially since they need to be executed, so 644 doesn't even make sense for them.
  6. Hello there! I have set up an account today to host 2 python bots, and I tried starting them. But when I go to cgi-bin, I get a 403 error. I can view https://alpriven.heliohost.org , and the cPanel. I have checked the permissions and they are 755 (both for cgi-bin and the files). Am I doing something wrong? How can it be that cgi-bin's permissions are 755 and yet I can't access it. Thanks for any help!
×
×
  • Create New...