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

[REBOL] Re: CGI directory access questions

From: gscottjones::mchsi::com at: 5-Sep-2002 9:25

From: "Jason Cunliffe"
> I have tried all the obvious permutations already using 'secure, including > changing he bangpath with my script to: > > #!/home/rebol/rebol -c --secure allow > Then it simply prints "REBOL" to the browser. and does nothing else..
Hi, Jason, I haven't been following this thread closely, but in case you haven't tried it, you may wish to try: #!/home/rebol/rebol --cgi -s If I recall correctly (which is a big "if" :-), one of the REBOL platforms had a bug that required the -c to be "spelled out" to "--cgi". I remember it was the only thing that worked about 16 months ago for me (but I've slept at least 500 times since then, so my memory may be at fault!). --Scott Jones