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

saving data with cgi script

 [1/3] from: scott::jaderholm::com at: 30-Aug-2002 2:45


Hi, I am trying to save some data from my cgi script, but I just get REBOL Security Violation whenever I try. -rwxrwxrwx 1 scott scott 198 Aug 30 02:41 tasks* I don't know what else I can do to give it access. Do I need to change the owners or will it not let me save to a file no matter how hard I try? I'm just using save and load. Sincerely, Scott

 [2/3] from: brett:codeconscious at: 30-Aug-2002 18:15


Try using the command line option for security. e.g For my local Apache installation on NT I use: #!e:/program files/rebol/core/rebol -cs Regards, Brett.

 [3/3] from: anton:lexicon at: 30-Aug-2002 21:09


Type: usage at the rebol console to see a reference on command line switches. Anton.