>Questions tagged with: cgi
Hello World for Python
I've made a hello.py file in the cgi-bin directory. The contents of the file are: #!/usr/bin/env python print("Content-Type: text/plain") print("") print("Hello World!") Then in the browser...
Didn't find what you were looking for?
Add your Question to the site.
You must be Logged In to Add a Question.
Not a member yet? Sign Up Now »