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

IIS CGI Setup

 [1/3] from: moeller_thorsten::gmx::de at: 27-Sep-2001 13:53


Hi fellow Rebolers, i tried to setup my IIS on W2K Machine for CGI but can't get to work correctly. I added the .r association for the cgi-bin, made a script with a correct header etc. The only thing happening when clicking on the link is that i am asked if i want to download or start from the source. Clicking OK then open the REBOL console. I have /View installed as well as /Core but none works. I read everything i could but found nothing being really helpful. Any Ideas out there? Thorsten

 [2/3] from: chris:starforge:demon at: 27-Sep-2001 13:02


Thorsten Moeller wrote:
> Any Ideas out there?
Well, Apache migh tbe a good idea ;) Seriously though, what happens if you change the file extension to .cgi? Chris -- .------{ http://www.starforge.co.uk }-----. .--------------------------. =[ Explorer2260, Designer and Coder \=\ P: TexMaker, ROACH, site \ =[___You_will_obey_your_corporate_masters___]==[ Stack: EETmTmTRRSS------ ]

 [3/3] from: syke:amigaextreme at: 27-Sep-2001 14:25


Try putting this at the very top of your script: print {Content-Type: text/html^/} HTH /Regards Stefan "Syke" Falk www.amigaextreme.com ----- Original Message ----- From: "Thorsten Moeller" <[moeller_thorsten--GMX--De]> To: <[rebol-list--rebol--com]> Sent: Thursday, September 27, 2001 1:53 PM Subject: [REBOL] IIS CGI Setup
> Hi fellow Rebolers, > > i tried to setup my IIS on W2K Machine for CGI but can't get to work
correctly.
> I added the .r association for the cgi-bin, made a script with a correct
header etc.
> The only thing happening when clicking on the link is that i am asked if i
want to download or start from the source. Clicking OK then open the REBOL console.