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

CGI gotchas, licensing and suchlike..

 [1/2] from: brett:codeconscious at: 23-Oct-2001 16:27


To those Rebol CGI wizards out there :) I'm somewhat vague about doing commercial CGI work and in particular using Rebol to do it. I would be grateful for any tips, warnings or advise on what I need to look out for (technical, practical issues etc). I'd like the help because I've been asked to quote on carrying out a relatively straightforward internet based survey that is emailed out. I figure CGI via Rebol will probably do the job quite well. I'll be working alone so I'll need to use an ISP hosted account. So does anyone know what is the situation with the Rebol license on a hosted account? No doubt a commercial license for Core or Command is required but is it enough for me just to buy it and install it in the hosted account myself or would I be aggravating various parties by doing so? Many thanks in advance for your time! Brett. --- Website: http://www.codeconscious.com Rebsite: http://www.codeconscious.com/index.r

 [2/2] from: media::quazart::com at: 23-Oct-2001 9:14


Hi, I've no problems running REBOL for CGI except that if your run apache, you must save line feeds according to the server OS on which the script will eventually be run... I mean that If your server is on Linux and you save your files with PC line-termination, there is a chance that the apache server will tell you that it found an error in the script (actually, it can't find the command string because it sees your whole script as one line of code...) that's the only problem I have. -Max