Asked by:
NEED help: setup non script engine to work via FastCGI

Question
-
User258387678 posted
Can anybody post here instructions (even briefly): how to setup non script engine to work via FastCGI on IIS6? I have mapserv.exe (UMN Map Server, ms4w): I know that it supports fcgi - works perfectly on apache for windows. This program can produce cartographic images and much more. It just uses command-line args (map-config file name & other params) to perform some operations. How can I install this executable as fcgi module: so
http://localhost/cgi-bin/mapserv.fcgi?map=blabla&layers=blabla ... will run
mapserv.exe via fastcgi with corresponding parameters.I tried but without success.
Thanks
Saturday, August 16, 2008 5:13 PM
All replies
-
User258387678 posted
anyone?
Tuesday, August 19, 2008 6:11 AM -
User113421904 posted
Hi,
You can use fcgiconfig.js script to add FastCGI application, run the following command line after installation
cscript fcgiconfig.js -add -section:"SECTIONNAME" -extension:EXTENTION -path:"path\to\cgi\executible"
Tuesday, August 19, 2008 9:19 AM -
User258387678 posted
of course I tried this, this just adds ini entry
hmmm...
how can I check that fastcgi isapi module loaded (already works)?
Thursday, August 21, 2008 7:51 AM -
User113421904 posted
You can test with your web pages.
Friday, August 22, 2008 12:11 PM -
User258387678 posted
How can I be sure? Perfomance grows not so visibly. How could I correctly map .fcgi extension to run via isapi filter. Do I need to create copy of my mapserv.exe and rename it to mapserv.fcgi?Friday, August 22, 2008 4:41 PM