Hi..
i am very new to the Web - PythonStuff, and i try to run a "helloWord" Python Script on my Webspace.
But i can't find the Python Path, which i have to add to my CGI Files...
My locale Test File works fine, i changed the first line like it may be correct, but i can't find any informations about:
(pytest.cgi)
#!/usr/bin/python
print "Content-Type: text/html\n\n";
print "Python - OK";
But on my Webspace i get an Error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Have i to configure something first?
thx D
i am very new to the Web - PythonStuff, and i try to run a "helloWord" Python Script on my Webspace.
But i can't find the Python Path, which i have to add to my CGI Files...
My locale Test File works fine, i changed the first line like it may be correct, but i can't find any informations about:
(pytest.cgi)
#!/usr/bin/python
print "Content-Type: text/html\n\n";
print "Python - OK";
But on my Webspace i get an Error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Have i to configure something first?
thx D