Ok, I have never ran python on a server, but i thought i would give it a try, but with no luck.
its driveing me crazzy, i got the permissions right... cmod 755 DUH!
got the .htaccess right? i think, its what they said before would work..
AddHandler cgi-script .cgi .py .pl .pm
PERL is working fine as ALWAYS, but not this darn Python...
any help in the right direction would be great! THNX
its driveing me crazzy, i got the permissions right... cmod 755 DUH!
got the .htaccess right? i think, its what they said before would work..
AddHandler cgi-script .cgi .py .pl .pm
PERL is working fine as ALWAYS, but not this darn Python...
Code:
#!/usr/bin/python
#!/usr/bin/env python
print "Content-Type: text/html \r\n\r\n"
print "Hello, World!"
Code:
[B]Internal Server Error[/B]
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@setapartcomputersolutions.pcriot.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.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
any help in the right direction would be great! THNX