summaryrefslogtreecommitdiff
path: root/im/cgi-bin/pythonhelloworld.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'im/cgi-bin/pythonhelloworld.cgi')
-rwxr-xr-xim/cgi-bin/pythonhelloworld.cgi5
1 files changed, 5 insertions, 0 deletions
diff --git a/im/cgi-bin/pythonhelloworld.cgi b/im/cgi-bin/pythonhelloworld.cgi
new file mode 100755
index 0000000..cede50f
--- /dev/null
+++ b/im/cgi-bin/pythonhelloworld.cgi
@@ -0,0 +1,5 @@
+#!/usr/bin/env python
+
+print "Content-type: text/html\n\n"
+print "<html>Hello world!</html>"
+