i14mail-forum52
New Member
- Messages
- 2
- Reaction score
- 0
- Points
- 0
Can i use a python cgi in X10Hosting?
All my scripts get just a forbidden page. I try this code:
#!/usr/bin/env python
print "Content-Type: text/html \r\n\r\n"
print "Hello world"
in a teste.py file with 755 permission.
I read other posts about this, but they are old and never get an answer.
All my scripts get just a forbidden page. I try this code:
#!/usr/bin/env python
print "Content-Type: text/html \r\n\r\n"
print "Hello world"
in a teste.py file with 755 permission.
I read other posts about this, but they are old and never get an answer.