FastCGI support for IIS CGI?

"Dave McCann" <[email protected]>
Newsgroups gmane.comp.web.fastcgi.devel
Message-ID <[email protected]>
I've been trying to test an application in IIS with FastCGI and can't seem
to get the isapi-fcgi.dll to load.
 
Basically, I want to run e:\MS4W\apache\cgi-bin\mapserv.exe with FastCGI
(I'm running IIS pointed to the mapserv.exe application, not apache)
 
I have defined the .fcgi extension within the configuration for IIS' Default
Web Site. The application name assigned to the Default Web Site is "Mapserv"
 
Also created a Web Service Extension for Mapserv.exe
 
In my registry I have the following defined:
 
 
Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SOFTWARE\FASTCGI]
"Timeout"=dword:0000003c
"MaxServers"=dword:00000004
"IncrementServers"=dword:00000001
"StartServers"=dword:00000001
"Impersonate"=dword:00000000
"BypassAuth"=dword:00000001
"ThreadPoolSize"=dword:0000000a
"CustomVars"=dword:00000000
"MaxPostData"=dword:00000000
@=""
 
[HKEY_LOCAL_MACHINE\SOFTWARE\FASTCGI\.fcgi]
"AppPath"="E:\\ms4w\\Apache\\cgi-bin\\mapserv.exe"
@=""
"BindPath"="mapserv-fcgi"
 
 
When I look at running process after going to web page I do not see the
ISAPI_FCGI.dll.
 
I believe I should be able to see it so I'm assuming it's not loading.
 
I'm using Shane Caraveo's ISAPI/NSAPI plug-in for Windows from the the
fastcgi website.
 
Any suggestions would be greatly appreciated.
 
 
R,
 
 
Dave McCann

___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.