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

[REBOL] Re: rebol web servers

From: gchiu:compkarori at: 10-Nov-2000 8:11

On Wed, 08 Nov 2000 09:11:10 +1300 "Graham Chiu" <[gchiu--compkarori--co--nz]> wrote:
> On Fri, 6 Oct 2000 9:09:42 -0700 > [jeff--rebol--net] wrote: > > > The webserver you're referring to went like this. > > Originally, Tyler and I built a version with the goal > > of > > making a working webserver in as few lines as possible. > > This was 20 lines, if I remember right. Bo, later, > > reworked > > the webserver to add REBOL cgi support. > > I looked at this, and it seems to only have support for > embedded Rebol scripting rather than cgi >
I've had another look at this, and it can be made to serve up REBOL cgi support with a few minor changes. Basically, check to see if there is a .r extension, and if so, execute it. -- Graham Chiu