new user, cgi problems

Status
Not open for further replies.

stosure

New Member
Messages
4
Reaction score
0
Points
0
i've placed a python script in my cgi-bin and changed permissions to 755. the script is:

#!/usr/local/bin/python

print "Content-Type: text/plain\n\n"

print "test"


it's located here: http://stosureplain.x10hosting.com/cgi-bin/test.cgi

i get a 500 server error when i load it. thanks for any advice you can give.
Edit:
whoops, usr/bin/python is path. sorry for dumb question.
 
Last edited:
Status
Not open for further replies.
Top