Beaudy Bottler Mate.
I was just about to ask how to setup Rebol on IIS3 and 4 when I got this
mail :)
I still can't get SAMBAR SERVER to run rebol scripts.
The task manager shows that Rebol.exe is called but nothing happens.
Rebol folder has execute permissions.
file extendsion .r has been mapped in cgi and win/cgi
and file type .r has been set in file/options
I'm attempting to run tictac.r as a test cgi script.
PS Its nice to see amiga jargon again. I haven't seen the 'poke' keyword for
a long, long time.
Noel Sharrock
Former member AADA #45.
(Australian Amiga Developers Association)
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 06, 1999 1:43 AM
Subject: [REBOL] Rebol on WinNT ?? Re:
> I had asked the same question just a few days ago. Here is the response I
> received:
>
> ---------------[Start Response]---------
> From: [EMAIL PROTECTED] Save Address Block Sender
> To: [EMAIL PROTECTED] Save Addresses
> Subject: CGI on WINNT with PWS/IIS
> Date: Mon, 1 Nov 1999 10:25:01 -0800
> Reply Reply All Forward Delete Previous Next Close
>
>
> So as not to bog down the list with this info again, I'm mailing it to
> you directly... you probably were not on the list the first time it
> got posted.
>
> Sterling
>
> We will be adding this info to the CGI How-to soon:
> Please let me know if you find you had to do something else to get it
> to work, what that was, and why.
>
> Here's the basic Win**, PWS/IIS setup info... thanks to the folks
> working on PHP who took the time to figure this all out. :)
>
> Windows NT and IIS 4:
>
> 1. open Internat Service Manager (MMC) and choose the website or
> starting directory of an application
>
> 2. Open the directories property sheet (right click -> Properties)
> and choose the Home Directory, Virtual Directory, or Directory tab
>
> 3. Click Configuration and choose the App Mappings tab
>
> 4. Click Add and i nthe Executable box type the path to REBOL.exe
> like c:\REBOL\rebol.exe %s %s (the two %s are important and must be
> there)
>
> 5. In the Extension box, type the extension you want associated with
> REBOL like .r Repeat the last two steps for each extension you want.
>
> 6. Set the security (done in Internet Service Manager)
>
> 7. If you use the NTFS filesystem, add execute rights for I_USR_ to
> the directory that has the REBOL executable.
>
> Done.
>
> ------------------------------------------------------------
>
> Windows 95/98/NT & PWS/IIS 3:
>
> 1. Run Regedit
>
> 2. Find HKEY_LOCAL_MACHINE /System /CurrentControlSet /Services /W3Svc
> /Parameters /ScriptMap
>
> 3. Menu: Edit -> New -> String Value
>
> 4. Type the extension you want to use for your REBOL scripts: .r
>
> 5. Double click the new string value and select the path to REBOL.exe
> like this: c:\REBOL\rebol.exe %s %s
> The two %s are important and must be there.
>
> 6. Repeat for any other extensions you want.
>
> 7. find HKEY_CLASSES_ROOT
>
> 8. Menu: Edit -> New -> Key
>
> 9. Name the extension from the earlier step
>
> 10. Highlight the new key and in the right pane double click the
> "default value" and enter rebolscript
>
> 11. Repeat last step for each extension created earlier
>
> 12. Create another New -> Key under HKEY_CLASSES_ROOT and call it
> rebolscript
>
> 13. Highlight the new key and i nthe right pane double click the
> "default value" and enter "REBOL script"
>
> 14. Right click on the rebolscript key and select New -> Key and call
> it Shell
>
> 15. Right click on Shell and select New -> Key and call it open
>
> 16. Right click on open and and select New -> Key and call it command
>
> 17. Highlight the new key command and i nthe right pane double click
> the "default value" and enter the path to REBOL.exe like
> c:\REBOL\rebol.exe -cs %1 (the %1 (numeral one, not L) is important
> and required)
>
> 18. Exit Regedit
>
> Hope it all works and you never have to do this again. ;)
>
> ---------------[End of Response]---------
>
> HTH;
>
> Paul A. Porter
> >From: [EMAIL PROTECTED]
> >Reply-To: [EMAIL PROTECTED]
> >To: [EMAIL PROTECTED]
> >Subject: [REBOL] Rebol on WinNT ??
> >Date: Fri, 5 Nov 1999 17:54:47 +0000
> >
> >Hi all,
> >
> >I'm new to Rebol and have been trying to use it on a WinNT Platform.
> >I've tried using some GGI-Scripts in the "example.html" page to get the
> >scripts going,but with no avail.
> >
> >Could anyone help me out on this.......I'm running a Web-server as
> >well.(that's where I got 'Rebol' on)
> >
> >Thanks in Advance !!
> >
> >
> >______________________________________________________
> >Get Your Private, Free Email at http://www.hotmail.com
> >
> >
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com
>
>