Search results

  1. Kugel

    How to get python running?

    http://bubu.exofire.net/cgi-bin/hello.py definitely contains shebang here is the code: #!/usr/bin/python print "Content-Type: text/plain\n\n" print "test" EDIT: Fount the problem, the file was in UTF-8 with BOM. For anyone who will try to setup python here are the steps: 1) have your...
  2. Kugel

    How to get python running?

    Actually I found out from the logs that it says file not found. I tried a txt file inside cgi-bin: http://bubu.exofire.net/cgi-bin/hello.txt but same 500 internal error, what is wrong?
  3. Kugel

    How to get python running?

    here is my script: #!/usr/bin/python print "Python - OK" And when I try to load the page: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmaster@bubu.exofire.net and...
Top