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

[REBOL] Re: Trying to get Rebol CGI working on my website

From: gscottjones:mchsi at: 17-Mar-2003 5:45

From: "Dave Fobare"
> I decided after reading about the new Rebol CGI page > mentioned on the mailing list to try and get Rebol CGI > working on my win2K host(ReadyHosting). > > After following the instructions on the aforementioned > webpage, the following error message was generated > trying to execute "now.cgi": > > "PerlIS does not support shelling (Execvp) at > d:\html\users\mysitesnamecom\html\cgi-bin\now.cgi line 1" > > Any ideas? And no, I don't want to switch to a Unix host. ;)
Hi, Dave, Looking at ReadyHosting.com's support pages and at your error message, I am guessing that the script is being run through Perl. It appears as though only .pl and .cgi extensions are accepted and that these scripts are more tightly bound to perl. I don't know what web server is being used for your hosted site, but the main site is running "Microsoft-IIS/5.0 on Windows 2000" according to netcraft.com. Does this seem right? Does anyone know how to "encourage" IIS to run additional cgi scripts through an added in scripting exe? I am guessing that you may not be successful, but lets see if someone knows IIS well enough to help you further. --Scott Jones