« Previous Next »

Thread: NEED help: setup non script engine to work via FastCGI

Last post 08-22-2008 4:41 PM by BrainDrain. 5 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (6 items)

Sort Posts:

  • 08-16-2008, 5:13 PM

    NEED help: setup non script engine to work via FastCGI

     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

  • 08-19-2008, 6:11 AM In reply to

    Re: NEED help: setup non script engine to work via FastCGI

     anyone?

  • 08-19-2008, 9:19 AM In reply to

    Re: NEED help: setup non script engine to work via FastCGI

    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"

    Zhao Ji Ma
    Sincerely,
    Microsoft Online Community Support

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • 08-21-2008, 7:51 AM In reply to

    Re: NEED help: setup non script engine to work via FastCGI

    of course I tried this, this just adds ini entry

    hmmm...

    how can I check that fastcgi isapi module loaded (already works)?

  • 08-22-2008, 12:11 PM In reply to

    Re: NEED help: setup non script engine to work via FastCGI

     You can test with your web pages.

    Zhao Ji Ma
    Sincerely,
    Microsoft Online Community Support

    “Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”
  • 08-22-2008, 4:41 PM In reply to

    Re: NEED help: setup non script engine to work via FastCGI

    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?
Page 1 of 1 (6 items)