I've been trying to run cgi scripts and continually get "Internal Server Error". I've even dumbed down my script to the basics and still get that. What's going on? My script:
"#!/usr/bin/python
print 'Content-Type: text/html\n\n'
print 'Works'"
I've tried modifying the first line to various things and messing around with the httpd.conf file and trying with perl instead of python but I get the same error:
"Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, you@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log."
What can I do?