-
Posted to
FastCGI Handler
by
tresh
on
06-09-2009, 1:54 PM
That is it!
Worked fine now!
Thanks all!
-
Posted to
FastCGI Handler
by
tresh
on
06-09-2009, 1:23 PM
Yes, but mapserver.exe implements fastcgi ...
-
Posted to
FastCGI Handler
by
tresh
on
06-09-2009, 12:02 PM
Paul, I created a mapping
Executable : C:\WINDOWS\system32\inetsrv\fcgiext.dll
Extension : .exe
And got that error: FastCGI ErrorThe FastCGI Handler was unable to process the request.
Error Details:
Could not find entry for "exe" on site 1 in [Types] section.Error Number: 1413 (0x80070585).
-
Posted to
FastCGI Handler
by
tresh
on
06-09-2009, 11:03 AM
Thanks Paul...
But It is not a PHP application...
I´m executing Mapserver CGI directly ... ( http://localhost/cgi-bin/mapserv.exe?map=C:/test.map )
I tried to add a mapping: .exe => fcgiext.dll, but got a error:
Could not find entry for "exe" on site 1 in [Types] section.Error Number: 1413 (0x80070585).
-
Posted to
FastCGI Handler
by
tresh
on
06-09-2009, 10:26 AM
Hello ...
I´m using a CGI (mapserver.exe) on IIS 5.1 ... That is working fine...
Now that CGI has support to FastCGI... I installed the 1.5 plugin to IIS 5.1 ...
Now, I´d like to test that ... How can I configure my IIS 5.1 to use fastCGI to that mapserver.exe CGI?
Thanks