[REBOL] Re: CGI configuration help requested
From: tim:johnsons-web at: 14-Nov-2000 11:54
Hi Douglas:
When the sysop for my domain installed the rebol
binary (RH 6.0 machine) I do not believe that he
edited apache config files at all....
However, for testing on my machine, I have the following
line:
AddHandler cgi-script .cgi .pl .py .r
Just a simple suggestion for your script:
Try a script with the following:
three lines only: (and of course, edit /usr/bin/ if the rebol binary
is on a different path)
;======================================
#!/usr/bin/rebol -cs
REBOL []
print "Content-Type: text/html^/^/"
;=using the extra carriage return shouldn't hurt.
;=idea is to start with minimum verbosity
Douglas Mayer wrote: