[7065] in www-talk@info.cern.ch
CGI scripts
daemon@ATHENA.MIT.EDU (Darren New)
Tue Dec 20 22:44:10 1994
Date: Wed, 21 Dec 1994 04:34:41 +0100
Errors-To: listmaster@www0.cern.ch
Reply-To: dnew@sgf.fv.com
From: Darren New <dnew@sgf.fv.com>
To: Multiple recipients of list <www-talk@www0.cern.ch>
Thanks to the people who responded about CGI docs.
The answer as to where they are is
http://hoohoo.ncsa.uiuc.edu
The answer for causing a CGI script to make NCSA HTTPD1.3 output an error
with additional headers is writing the following to stdout. (Evidently,
starting your output with HTTP/1.0 isn't sufficient, in spite of my
interpretation of the documents. YMMV.)
Status: 599 Wierdness probably required.
Another: header
Content-type: text/plain
This should appear in the body of your message.
Again, thanks for the instant help! Ain't the net cool? ;-) --Darren