[REBOL] can't get cgi script to write

1999-01-17 Thread obed
rebol.com is not accessible to me today... I am having a problem getting my script to write/append to a file ; the following is a workaround to a problem with using input from HTTP POST.post: make string! inputif not post = "" [ do decode-cgi post write/append banned newnumbers] The

[REBOL] can't get cgi script to write Re:

1999-01-17 Thread sterling
Do #!/usr/local/rebol/rebol -cs instead. Shell scripts defined in this way only pass one command line argument to the program in question. This way you get both the cgi and security options you request. Sterling If I ignore security, I get a REBOL Security Violation message at the = bottom

[REBOL] can't get cgi script to write Re:(4)

1999-01-17 Thread obed
damn .. mine is Linux/Apache also. Guess I should dig in the error log and see why it's bombing. Obed - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 19, 1999 7:18 PM Subject: [REBOL] can't get cgi script to write Re:(3) It is on Linux under