On Thursday 06 September 2007, Carlos Lorenz wrote: > Hi Chris, > > The guys at my ISP think the same unfortunatelly and I have my REBOL > scripts running ok. > > All I did was to upload REBOL interpreter an my scripts to cgi-bin > directory. > > The scripts have the extension .cgi and the first line of each one is: > #!rebol -cs If the rebol binary is in cgi-bin and let's say cgi-bin is accessable to the outside world as http://www.carlos_domain/cgi-bin, then what happens if someone points there browser to http://www.carlos_domain/cgi-bin/rebol ??
The result should be that rebol loads, the user gets a server error and rebol stays resident. And everytime this is repeated, another image of rebol is loaded into memory, potentially releaving the server of all memory. I've had ISPs make a similar to me and declined. Tim -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
