Kugel
New Member
- Messages
- 3
- Reaction score
- 0
- Points
- 0
here is my script:
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 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.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
yes, the script is in public_html/cgi-bin/ directory
and yes I have chmoded it to 755
Is there perhaps a log where I can see what the internal error is?
Code:
#!/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 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.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
yes, the script is in public_html/cgi-bin/ directory
and yes I have chmoded it to 755
Is there perhaps a log where I can see what the internal error is?