[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

[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 tryin