Let's try not to guess. Can you check your web server's error log. The
web server's error log is usually a lot more specific than the "Internal
error" that it sends to the browser. Apache often keeps it in the same
location as the regular server logs.
Racket Users list:
Neil wrote, then my stupid phone over-edited:
> By the way, Racket has been used very successfully in Web CGI and SCGI
for a decade.
Not according to wikipedia it doesn't! ;-)
I just looked (which is about all this device is any good for). And racket
is neither a language with an SCGI API nor a w
Eduardo Costa wrote at 04/18/2013 07:29 PM:
I intend to use Racket for CGI. I can use the basic language without
problem. For instance, the below program works perfectly well.
#! ./racket/bin/racket
I'm not sure that this is the cause of the problem you are seeing, but
you probably want to
I intend to use Racket for CGI. I can use the basic language without
problem. For instance, the below program works perfectly well.
#! ./racket/bin/racket
#lang racket
;(require plot)
(display "Content-Type: text/plain")
(newline) (newline)
(display "Hello from Racket!")
(newline)
However, when
4 matches
Mail list logo