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

[REBOL] Trying to get Rebol to work as a CGI on Apache 1.3.x on a Cobalt Raq3 wi

From: rex:smallandmighty at: 6-Aug-2000 11:10

On Sun, Aug 6, 2000, [webmaster--SILICONSPECIES--COM] <[webmaster--SILICONSPECIES--COM]> wrote:
>Trying to get Rebol to work as a CGI on Apache 1.3.x on a Cobalt Raq3 with >CGIWRAP > >Um. > >Any ideas? > >I tried a bunch of things even tried putting rebol in cgi-bin itself and no >dice.
It's working just peachy on our Raq3i. Just stick the Rebol binary some place convenient, make it executable chmod, and make sure the first line of your CGI script points to the directory where you placed the Rebol binary. Don't forget to make your script executable with chmod. Someone posted a link to a more detailed set of instructions for installing Rebol on a Linux a while back. You could go digging through the archives for it. There's nothing particularly weird about setting Rebol up on a Raq with CGIwrap vs. a normal Linux box. As long as the binary and script are okay, CGIwrap will just work. (Though it does eat path info) :Eric