Metropoliz
-
2002-05-27
- priority: 8 --> 5
i put my cgi under the current /cgi-bin/ folder for my
project and chmoded it properly. anyway it doesn't
work, and sends a 500 error. here the code:
#!/usr/bin/python
print "Content-type: text/html\n\n"
print "<html><head></head><body>test</body></html>"
i don't think i'm making any syntax error... i had
tried with Python CGI's coded by other people and it
doesn't works too.
Thanks