All Tags > IIS7 fastCGI Installation (RSS)
  • Php does not open files that are absolute

    Hey all, I really need some help getting to the bottom of this problem. I've used the MS beta web installer to get FastCGI PHP 5.2.9 onto my new Vista home premium machine. And since installing I've had many problems with php scripts that I have created and have out in the wild. Basically it...
    Posted to Forum by andrewkillen on 04-22-2009, 9:16 AM
  • IIS7 -FastCGI -PHP White Screen of Death

    I am having an issue with IIS7 and PHP relating to clients receiving the white screen of death (blank page) after 90 seconds of processing. Standard php processing works fine. The following are set in php.ini: max_execution_time = 180 max_input_time = 180 memory_limit = 128M In the FastCGI configuration...
    Posted to Forum by gusus on 03-06-2009, 11:59 PM
  • Re: PHP on IIS 7

    Not to hijack this thread, but I'm experiencing similar issues. I followed the instructions in this blog: http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/ I'm running Windows 2008 x64 in a VMware ESXi Virtual Machine. All network components are working, as...
    Posted to Forum by tk7275 on 12-10-2008, 11:57 PM
  • PHP on IIS 7

    Hello to everyone. I am trying to get PHP 5.2.6 to work on IIS 7. I followed all the directions in the article "Using FastCGI to Host PHP Applications on IIS 7.0", located here: http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/ I followed all the steps, opened...
    Posted to Forum by ericandrews on 11-06-2008, 6:25 PM
  • No Fastcgi Module on Vista Home Premium with SP1 and IIS7

    No Fastcgi Module on Vista Home Premium with SP1 and IIS7. I have tried turning off CGI and turning it on again but still no Fastcgi Module (Vista Home Premium with SP1 and IIS7). Server is running IIS7 OK and serving asp pages, just no PHP pages. Latest PHP installed OK. Any ideas how to get a FastCGI...
    Posted to Forum by dungeness on 09-07-2008, 3:56 PM
  • Re: The FastCGI process exceeded configured activity timeout

    You can use the approach similar to the one described in this article http://learn.iis.net/page.aspx/208/#Per-site (look for the section "Per-site PHP process pools") The configuration will looks similar to this: <fastCgi> <application fullPath="C:\PHP\php-cgi.exe" arguments...
    Posted to Forum by ruslany on 07-31-2008, 1:16 AM
  • Re: HTTP error 500.0 after Debugging on eclipse

    This error may happen when the response headers set in PHP script are malformed. Check if your script sets any headers (header() function).
    Posted to Forum by ruslany on 05-01-2008, 9:52 AM
  • HTTP error 500.0 after Debugging on eclipse

    installed Windows server 2008, IIS7, Zend Debugger, PHPBB 3.0.1, eclipse , PHP 5.2.5 i try fastcgi and ISAPI to run PHP However, both gave me the same error ONLY DOING debug (the eclipse have no problem to do debugging) 1) Cannot debug longer than 1 min - time out Http error 500.0 - Internal Server error...
    Posted to Forum by NormanWong on 05-01-2008, 5:20 AM
  • Re: IIS7/PHP FastCGI

    This setting is not mandatory and PHP on IIS7 will work fine with default value for it. The setting is supposed to be set in the <fastCgi> section of the applicationHost.config: Here is how you can set it in applicationHost.config: <fastCgi> <application fullPath="C:\PHP\php-cgi.exe"...
    Posted to Forum by ruslany on 04-30-2008, 3:53 PM
  • Re: php 5 and iis7 on server 2008

    That is correct. phpinfo works fine and so does other php code along with other database querys and the like, but when ever there is a post or get i get a 500 error witch tells me nothing.
    Posted to Forum by stupidllama on 04-30-2008, 10:18 AM
Page 1 of 2 (13 items) 1 2 Next >
Microsoft Communities