[racket] CGI headers

From: Noel Welsh (noelwelsh at gmail.com)
Date: Tue Nov 9 03:31:07 EST 2010

Does this script work from the command line? If not, it certainly
won't work from the web server. If it does work from the cmd line that
will get us some way to debugging it.

N.

On Tue, Nov 9, 2010 at 5:37 AM, scouic <scouic at gmail.com> wrote:
> test.cgi :
> #!c:\Program Files (x86)\DrRacket\mzscheme.exe
> (display "Content-type: text/plain; charset=iso-8859-1\n\n")
> (display "hello")


Posted on the users mailing list.