Magic! is for Apache, though presumably one could use some other server.
The 2 crucial lines suggested to add to Apache's config are:

AddHandler magic rhtml
Action magic /cgi-bin/magic.cgi

This tells Apache to run a program 'magic' whenever its finds a page whose
suffix is .rhtml
Then it defines the path for the REBOL script, which happens to be named
'magic.cgi'.
The first line of that script must point to the server's REBOL installation.
On Windows this might be
#!c:/rebol/rebol -cs

I know of no reason why Win2k should present any problem.
I'd welcome to learn what the equivalent instructions are for erebol and with MS
IIS

./Jason

----- Original Message -----
From: "Louis A. Turk" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 21, 2002 5:52 PM
Subject: [REBOL] Re: embed rebol in html


> Hi Jason and Maarten,
>
> Many thanks.  How is this set up to work on a Win2k server?
>
> Louis


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to