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

[REBOL] Re: Fun with Prohosting and REBOL

From: kracik:mbox:dkm:cz at: 18-Apr-2001 15:41

Hi, the web server returns Internal Server Error when REBOL exits or crashes without printing the required CGI header, this happens when REBOL security exception occurs. Try disabling security with -cs, not --cgi or -cgi: #!/usr/home1/geneven/html/cgi-bin/rebol -cs Also, I'd double check script's end of line characters and permissions, which must be 711 for both rebol and the script. My test script worked with REBOL 2.2, I tried it and it still works with REBOL 2.5. http://hammer.prohosting.com/~rebol/cgi-bin/cgitest.cgi hope this helps, -- Michal Kracik Gene Venable wrote: