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

[REBOL] Re: REBOL 031 doesn't work as CGI under Windows

From: SunandaDH::aol::com at: 29-Mar-2005 8:40

Filippo:
> I'm trying to use REBOL 031 as CGI/Command Line script interpreter under > Windows 95/98/2000 without success.
You don't say what web server you are using. Precise install instuctions vary for Apache, PWS and IIS. As a CGI program, your script is lacking a shebang (the line that tells the web server where to find REBOL.exe -- though you may not need one with PWS). Basic notes on writing a REBOL CGI script here: http://www.rebol.com/docs/cgi1.html More info on web servers here: http://www.rebol.com/docs/setup.html http://www.rebol.com/faq.html Sunanda.