On Wed, 26 Feb 2014 16:37:35 +0100, "Roberto De Ioris"
<[email protected]> wrote:
>Please read a bit about CGI specs otherwise you are going in a pretty
>random way.
>
>A cgi script must be something like:
>
>print("Content-Type: text/html\n\n")
>print("Hello World")
>
>or (at the very minimum, highly discouraged)
>
>print("\n\nHello World")
>
>eventually to set http status:
>
>print("Status: 200 OK\n")
>print("Content-Type: text/html\n\n")
>print("hello again")

Thanks. I thought it came from the "require" line.

_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to