[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: