Re: FastCGI with IIS on Windows?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Aspen Olmsted wrote:
Hello,

I need to use IIS on windows 2003 boxes and I am trying to figure out the best way to configure this.

I believe fastcgi is the way to go but I am confused on the setup.

There is an isapi_fgi.dll that works with 5.2? but not 5.1.x? What is php-cgi.exe? Is this a fastcgi with out the isapi_fgi.dll?

Thanks,

Aspen
php-cgi.exe would appear to be the cgi version of php. It automatically thinks that it is in fcgi mode when the stdout an stderr streams are shut down by the fcgi server process. This is how TAG.net run php in fcgi mode.

As to how to get IIS to act as a fcgi client (ie an ISAPI-fcgi pluging) and get set up an fcgi server for php - I don't know.

At TPN we are currently thinking about making a ISAPI plugin to let IIS act as a front end to TAG.net (thus making php availible to IIS but with resource management and queuing). You can have a look at the sort of stuff we are up to at nerds-central and deployview (see below).

Why would you want isapi_fgi.dll that works for 5.2 but not 5.1???

Cheers

AJ

--
www.deployview.com
www.nerds-central.com
www.project-network.com

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux