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...