Is this supported at all? The /install went OK, but when I tried to add the php mapping
cscript fcgisetup.js /add d:\php\php-cgi.exe php
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
IIS version 6
Configuring FastCGI program ...
fcgiconfig.exe failed with error 'Error: fcgiext.ini does not exist. Make sure
that the FastCGI ISAPI extension is installed (HRESULT 80070490)'
The default installer doesn't seem to be x64 aware. Turns out it was looking for the .ini file in WINDOWS\sysWOW64\inetsrv according to Filemon. So I installed FastCGI on a 32 bit server, then manually updated the ini file in both system32 and sysWOW64, but the basic page won't run. It just fails with
FastCGI Handler Extension
Error 0x800703e3 occurred processing request.
I'm overly anxious to see this working, our dev team is great with PHP but I'm the Windows admin with no support to try out Linux on our production app. Hope you can offer some assistance, or maybe just "wait for next release".