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

CGI setup

 [1/4] from: etcha::gsat::net::au at: 18-Sep-2000 15:44


does anyone know how to setup MS PWS with rebol for cgi in windows95/98 i have noooo idea. aden.

 [2/4] from: stefan:falk:slg:se at: 18-Sep-2000 9:15


I've managed to do it. But unfortunately I'm at the wrong 'puter atm. You should add a registry key to map .r cgi's to Rebol though. ;) /regards Stefan

 [3/4] from: brett:codeconscious at: 18-Sep-2000 21:29


At the following link you can find an edited message on this subject. Note that it assumes that you are familiar with changing the registry. http://www.codeconscious.com/rebol/rebol-net.html#UsingRebolCGIwithPersonalW ebServer Brett.

 [4/4] 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: