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

[REBOL] Problems with scripts Webserver, Webserv and Rebweb. Re:

From: tim:johnsons-web at: 10-Aug-2000 16:59

Are you using windows? (I presume from the path syntax on the first line) If so, to use PWS, you need to do the following: Add a new string value to: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3Svc\Parameters\Scri pt Map with name of .r (assuming 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). Your rebol cgi scripts should reside in your PWS Scripts directory. In my case, I run from /cgi-bin. tim At 02:45 PM 8/10/00 -0800, you wrote: