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

[REBOL] Re: Registry Entry For CGI - Windows XP

From: SunandaDH:aol at: 17-Feb-2005 1:27

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.