Tim: > Has anyone got this working successfully?
This may not help directly. But this is what we do with REBOL.org. All CGI scripts have a shebang. The uploader (we wrote our own -- it does lots of useful things) will change the shebang (if there is one -- not all uploaded files are CGI scripts) to the correct shebang for the target destination. That enables each of us to have a fully working copy of the library, each with a different set-up (we range from Wni98+Xitami to Linux+Apache). The uploader simply changes the shebang to match the target. So no need to disable shebang detection under Windows -- which is a plus point, as it means scripts don't unexpected fail when uploaded if they have a mistyped or missing shebang. Sunanda. -- To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject.
