in reply to shebang line for Perl scripts under Apache/Windows

I think what you need is this Apache directive:

ScriptInterpreterSource registry

That will cause apache to ignore the location of the perl executable mentioned in the shebang line and use the location of the perl executable known to the registry via file associations for .cgi, .pl, etc.
  • Comment on Re: shebang line for Perl scripts under Apache/Windows

Replies are listed 'Best First'.
Re^2: shebang line for Perl scripts under Apache/Windows
by bart (Canon) on Jan 12, 2005 at 19:59 UTC
    Like I said: that doesn't work, because *.cgi scripts are associated with my text editor.