How can I make rebol a cgi interpreter on win95 apache ?
I can easily make perl work. Just copy the perl script to cgi-bin and
make sure a #!C:/PERL/BIN/PERL at the top. I don't even need to touch
the apache .conf files.
I did the same to rebol. First it popup a rebol window and show all
my stuff there instead of the browser. Searched rebol.org and got the
-c or -cgi solution. It did suppress the rebol window but nothing
went to the browser.
I guess apache captures stdout and sends to the browser. rebol does
not print to stdout and that's the problem.