hi, I try to use python script but I don't know why , that's doesn't work.
I have no idea if it's me or the server bad config.
there is the script.
I putted that on cgi-bin folder and I tried to reach them with
http://elekis.frih.net/cgi-bin/test.py
but I have a Internal Server Error
is there a thing than I must do to use python script???
thanks
a+++
I have no idea if it's me or the server bad config.
there is the script.
| Code: |
|
#!/usr/bin/python print "Content-Type: text/html" print "Hello world !" |
I putted that on cgi-bin folder and I tried to reach them with
http://elekis.frih.net/cgi-bin/test.py
but I have a Internal Server Error
is there a thing than I must do to use python script???
thanks
a+++

