[Catalog-sig] Re: Dr. Dobb's Python-URL! - weekly Python news and links (Nov 11)
Juergen Hermann
Juergen Hermann" <jh@web.de
Tue, 12 Nov 2002 20:29:33 +0100
On 12 Nov 2002 13:41:38 +0100, Thomas Heller wrote:
>How would you set standard HTTP headers in a CGI script?
>Or does the server only add them if they are not found in the
>CGI output?
You send a header like "Status: 200 OK", preferably as the first one.
Works for Apache, don't know if that one is official (but then, what is =
official with CGI).
Ciao, J=FCrgen