in reply to Re: CGI as an Inline Path
in thread CGI as an Inline Path
It sounds like you've already figured out how to get the script itself running even though it's not in the CGI directory -- but if not, Apache's ScriptAlias or ExecCGI directives should do the job. And of course Apache respects the script's shebang line even on Windows, so you don't need to worry about having a .cgi or .pl extension or anything like that.
I couldn't tell you whether this would work with IIS, though.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: CGI as an Inline Path
by Kanji (Parson) on Mar 15, 2002 at 15:45 UTC | |
|
Re: Re: Re: CGI as an Inline Path
by growlf (Pilgrim) on Mar 16, 2002 at 01:24 UTC |