-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi,
I've Installed Your python-webmin
I wrote a cgi with these contents:
> #!/usr/bin/python
> import sys
> sys.stdout.write("Content-type: text/HTML \r\n\r\n")
> sys.stdout.write("<!doctype html><html><head><title>Test</title></head>")
> sys.stdout.write("<body><h2>Hello Python</h2></body></html>")
but when I load this i Get Error - Missing Content-Type Header
##Update:
I loaded this as index.cgi of webmin.
Metadata
Metadata
Assignees
Labels
No labels