[REBOL] Re: Fun with Prohosting and REBOL
From: cyphre:volny:cz at: 18-Apr-2001 15:02
Hello Gene
I'm not sure but your problem is probably either in bad file atributes for
the .cgi script or you are uploading the script using BINARY mode. Try to
re-upload all your .cgi with ASCII transfer mode and the set CHMOD file
attributes to code 711(owner- read/write/execute,group-execute,
world-execute). Another solution could be to re-save the script file using
any "better" text editor (ultraedit,notetab) as a UNIX text file.
Cyphre