« Previous Next »

Thread: FastCGI on Win2003 x64

Last post 11-03-2006 1:27 AM by mvolo. 4 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (5 items)

Sort Posts:

  • 11-01-2006, 8:55 PM

    • jchertudi
    • Top 500 Contributor
    • Joined on 11-02-2006, 1:48 AM
    • Portland, OR
    • Posts 18

    FastCGI on Win2003 x64

    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".

  • 11-01-2006, 9:05 PM In reply to

    • mvolo
    • Top 25 Contributor
    • Joined on 09-17-2003, 9:48 AM
    • Philadelphia, PA
    • Posts 584
    • IIS MVPs

    Re: FastCGI on Win2003 x64

    jchertudi,

    The preview was built for and tested in a 32 bit environment.  We are aware of this limitation and hope to address it in the next update of the tech preview.

    What version of PHP are you configuring the 32 bit server version with?  This error typically indicates an incompatibility with the version of the CGI program you are running - we have seen issues with PHP4.0.  Is that what you are using?

    Thanks,

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • 11-02-2006, 9:01 AM In reply to

    • jchertudi
    • Top 500 Contributor
    • Joined on 11-02-2006, 1:48 AM
    • Portland, OR
    • Posts 18

    Re: FastCGI on Win2003 x64

    Thanks for your reply. Our PHP info page reads

    PHP Version 5.1.3RC2-dev

    The version of php-cgi is 5.1.3.3. Any known issues here? We'll be an early adopter of this solution, we're migrating our application to PHP and I fear for the performance penalty one we are converted over. We currently send requests directly to the php-cgi.exe file, since both the ISAPI and the old fastcgi application were unstable.

     

  • 11-02-2006, 1:57 PM In reply to

    • mvolo
    • Top 25 Contributor
    • Joined on 09-17-2003, 9:48 AM
    • Philadelphia, PA
    • Posts 584
    • IIS MVPs

    Re: FastCGI on Win2003 x64

    jchertudi,

    Can you attach a sample page that is causing this issue for you?  Since you indicate you are able to display phpinfo.php.

    We are seeing this error reported by others as well, and are looking into it.

    Thanks,

    This posting is provided "AS IS" with no warranties, and confers no rights.
  • 11-03-2006, 1:27 AM In reply to

    • mvolo
    • Top 25 Contributor
    • Joined on 09-17-2003, 9:48 AM
    • Philadelphia, PA
    • Posts 584
    • IIS MVPs

    Re: FastCGI on Win2003 x64

    For an update about this issue, and a workaround that should work for you, check out: http://forums.iis.net/thread/1451408.aspx.

    Let us know if it worked out ...


    Thanks,

    This posting is provided "AS IS" with no warranties, and confers no rights.
Page 1 of 1 (5 items)
Microsoft Communities