-
Posted to
IIS7 - Configuration & Scripting
by
juancr
on
07-31-2009, 8:23 AM
I think I found the answer:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp\Components\CGI
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\InetStp\Components\FastCGI
-
Posted to
IIS7 - Configuration & Scripting
by
juancr
on
07-31-2009, 8:22 AM
How can I programatically check if IIS7's CGI module is installed?
Thanks,
Juan
-
Posted to
PHP Community
by
juancr
on
11-11-2008, 5:48 AM
I'm trying to get the following entries into the applicationhost.config <system.webServer>
<fastCgi>
<application fullPath="C:\Program Files (x86)\Jcx.Software\VS.Php\2008\2.6\Php 5\php-cgi.exe"
arguments="-d open_basedir=c:\inetpub\wwwroot\iis ...
-
Posted to
IIS 7 - FastCGI Module
by
juancr
on
11-10-2008, 6:41 AM
Is it possible to configure the FastCGI entry inside the Web.Config file of a application/virtual directory, rather than in the applicationhost.config?
It seems that the configuration is allowed but only if I register my fastcgi in the applicationhost.config, it is recognized.
Thanks in advance,
Juan