Ok, well I figured out what was wrong and why I was getting a security
violation before. It wasn't a system security violation, it was a REBOL
security violation. In any case, I've tried a bunch of different command
line things in the shebang line, among other things, including:

(#!rebol --cgi           ;this is the one I use normally, which works.)

#!rebol --cgi -s
#!rebol --cgi --secure none
and
"secure [file none]" in the script

but the only one that has worked has been:
#!rebol -cs

Anyone know why I'm having a problem?

Thanks a lot!

Keith


Reply via email to