Hi there,
i've decided to learn some python to do my cgi programming assignment.
However, when I try to run a basic script on my server, I am prompted
with a download box from mozilla.
this is the script:
#!/usr/bin/python
print "Content-type: text/html\n\n"
print "Hello world\n"
I can execute cgi programs that are written in C(and them compiled of
course) from within my ~/public_html/cgi-bin direcory.
any ideas?
thanks for reading.
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list
- Re: Enabling python for cgi? Paul
- Re: Enabling python for cgi? Thornton Prime