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

[REBOL] CGI setup Re:

From: tim:johnsons-web at: 18-Sep-2000 7:36

Hi: Add a new string value to : HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3Svc\Parameters\Script Map with name of .r (this is the suffix for the rebol script) and data value of
> c:\rebol\rebol.exe -cs %s > (obviously substitute the appropriate path to your executable).
This works for me on Win NT 4.0 sp6. You may try you scripts in both cgi-bin and /scripts folder. In my case I can run cgi scripts from the cgi-bin directory and all the folders below that path. -Tim [etcha--gsat--net--au] wrote: