[REBOL] Re: local cgi
From: sanghabum:aol at: 27-Apr-2001 5:00
[rishioswal--yahoo--com] writes:
> Hi. i was wondering if anyone knows how or where i
> might find documentation on testing rebol cgi scripts
> locally.
Both "The Official Guide" and "Rebol for Dummies" have short sections on
this...and they are both worth having for other reasons too.
But it's not rocket surgery....
--Download and install a server (www.apache.com or www.sambar.com are
recommended/mentioned in the books).
--Set a couple of CONF entries so CGI can run (see the books, or I think the
Rebol site tells you how to configure various servers)
--Point your browser to http://localhost/cgi-bin/....r
--Colin.