Jump to content

rnpg1014

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by rnpg1014

  1. Well that's very interesting, thanks a lot for the help.
  2. Yes, the permissions are set to 0755, as well as the permissions of the cgi-bin.
  3. I didn't upload the file really, I made it there via Cpanel, is that my problem?
  4. Well, I was told to come here in a help desk ticket, but I still am not sure what to do. I wrote this test file and put it in my cgi-bin: >#!/usr/bin/python # Filename: test.py length = 5 breadth = 2 area = length * breadth print 'Content-Type: text/html' print 'Area is', area print 'Perimeter is', 2 * (length + breadth) Whenever I try to run the file, I get a 500 Internal Server Error. I was told to try the path /user/bin/python2.2, but that didn't work either.If anybody has a solution, it would be much appreciated.
  5. It was an odd install process and I ended up with this: http://giaoe.gfx-pro.net/repository/libraries/phpwiki/. Now, that's a lot of errors. I'm note entirely sure what went wrong. Does anybody know how to or have a link on how to correctly install PhpWiki? -Nick
×
×
  • Create New...