Does anyone know where I can find info on how to run CGI Scripts in IIS 5.0
or what is the equivalent for CGI Scripts?
Thanks

Re: CGI Scripts by Tom

Tom
Fri Feb 04 14:13:53 CST 2005

"Microsoft" <news.microsoft.com> wrote in message
news:OzhOwJvCFHA.2756@TK2MSFTNGP15.phx.gbl...
> Does anyone know where I can find info on how to run CGI Scripts in IIS
5.0
> or what is the equivalent for CGI Scripts?

Specifically what are you looking to do?
http://www.microsoft.com/windows2000/en/server/iis/htm/core/iicacgia.htm
http://support.microsoft.com/default.aspx?scid=kb;en-us;274851
http://support.microsoft.com/default.aspx?scid=kb;en-us;160422



Re: CGI Scripts by Kristofer

Kristofer
Sat Feb 05 02:59:21 CST 2005

Hi,

You usually want to use ISAPI instead of CGI because of the performance.
But IIS 5.0 supports CGI. The steps provided in this document should work
on IIS 5.0 as well:

http://www.microsoft.com/resources/documentation/iis/6/all/proddocs/en-us/ca_configcgi.mspx



--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com


Microsoft wrote:

> Does anyone know where I can find info on how to run CGI Scripts in IIS
5.0
> or what is the equivalent for CGI Scripts?
> Thanks

Re: CGI Scripts by drhowarddrfinedrhoward

drhowarddrfinedrhoward
Sat Feb 05 07:50:34 CST 2005

OT I guess but I know you can run mod_isapi under Apache but does Apache
natively run anything else equivalent or better than isapi?



Re: CGI Scripts by Kristofer

Kristofer
Sat Feb 05 09:33:34 CST 2005

Honestly, i do not know. I don't work much with Apache. Maybe someone else
in this newsgroup knows more.


--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com


drhowarddrfinedrhoward wrote:

> OT I guess but I know you can run mod_isapi under Apache but does Apache
> natively run anything else equivalent or better than isapi?

Re: CGI Scripts by jeff

jeff
Mon Feb 07 15:14:25 CST 2005

On Sat, 5 Feb 2005 07:46:17 -0600, "drhowarddrfinedrhoward"
<a@hotmail.com> wrote:

>OT I guess but I know you can run mod_isapi under Apache but does Apache
>natively run anything else equivalent or better than isapi?

Apache will run non-ISAPI versions of ISAPI filters better than using
mod_isapi. If you're asking whether Apache running mod_isapi is
better than IIS ISAPI then IIS wins hands down.

Jeff