1
edit
Changes
→Varinder Singh
"malformed header from script BAD header=Hello World: hello.py"
Oh Finally works. Have put the line header in CGI/Python script the following line after the #!/usr/bin/python
line.
print "Content-Type: text/html\n"
now its working fine.