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

[REBOL] Re: Putting Rebol on Server?

From: jan:skibinski:sympatico:ca at: 7-Nov-2002 19:39

Hi Robert, Could it be that the very first first line is causing you your trouble? Do you really intend to execute rebol.exe remotely via http? Shouldn't you point Apache to a local location so it will find the rebol.exe within its own filesystem? #!/usr/local/...rebol/rebol --cgi (or --cs) Jan Robert Tkoch wrote: