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

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

 [1/3] from: webmaster::siliconspecies::com at: 6-Aug-2000 3:37


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. Thanks Jeff Rubin, CTO & Co-Founder Audiopia Shutup and Listen... http://www.audiopia.com also check out my personal site Brainbyte! http://www.brainbyte.com

 [2/3] 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

 [3/3] from: webmaster:siliconspecies at: 7-Aug-2000 4:54


Hmmm It works now, it was because I named my cgi program blah.r rather than blah.cgi Thanx!