Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Running rebol as cgi on Win NT

From: hallvard::ystad::helpinhand::com at: 31-Aug-2001 14:37

Hi folks, I'm trying to run rebol as a cgi-script on a windows NT machine. My script starts like this: #!rebol -cs REBOL [ Title: "Here's the title" ] but I keep getting this message in the error log: [Sat Sep 01 14:00:21 2001] [error] [client 127.0.0.1] malformed header from script. Bad header=/apache/cgi-bin/test4.r could : /apache/cgi-bin/test4.r Anyone got a clue? ~H