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 -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
