[REBOL] security violation

2000-12-20 Thread Graham Chiu


I'm running a script in my cgi bin directory.  The header
is:

#!/path/to/rebol --cgi -s

but when my script attempts a write a new txt file to the
cgi-bin directory, I get:

REBOL - Security Violation

How can I write to my cgi-bin?

--
Graham Chiu
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Security violation

2000-04-03 Thread rebol

Hi, I'm trying to use REBOL for a CGI script that 'saves some data to a
file, and I'm getting a "REBOL - Security Violation" message. The
permissions of the Rebol executable (which is just stuck in my cgi-bin
directory) and my cgi script are set to 755, and the data file I'm trying to
write to has permissions set to 777. Any ideas about what could be wrong?
Thanks!

Keith