Hello, Since changing from using Zend optimizer with PHP 5.2 and upgraded to Zend Gaurd with PHP 5.3 we are experiencing intermittent Fast CGI errors especially when refreshing certain admin pages on our web application. We get the following error: Error Summary
HTTP Error 500.0 - Internal Server Error C:\FolderName\Zend\ZendServer\bin\php-cgi.exe - The FastCGI process exited unexpectedly Detailed Error Information Module FastCgiModule Notification ExecuteRequestHandler Handler ZendPHPviaFastCGI Error Code 0xfffffffe
Requested URL http://localhost:81/intranet/panels/sysadmin.php Physical Path C:\FolderName\intranet\panels\sysadmin.php Logon Method Anonymous Logon User Anonymous Any help would be much appreciated! Thanks.
Also, you can run php.info page to verify the PHP configuration. Then,
refresh specific page to isolate this issue. Generally, the 500 error is caused by failures in application, you might get more valuable suggestion at Zend forum .
claromentis
1 Post
Zend\ZendServer\bin\php-cgi.exe - The FastCGI process exited unexpectedly
Oct 12, 2011 11:26 AM|LINK
FastCGI iis 5.1 iis 6 fastcgi zend php 3 guard IIS 7 0xfffffffe server
visor09
27 Posts
Re: Zend\ZendServer\bin\php-cgi.exe - The FastCGI process exited unexpectedly
Oct 14, 2011 08:59 AM|LINK
Hi,
Please check the resolution in the following thread to see if it address this issue.
Thread: C:\PHP\php-cgi.exe - The FastCGI process exited unexpectedly
http://forums.iis.net/t/1149374.aspx
Also, you can run php.info page to verify the PHP configuration. Then, refresh specific page to isolate this issue. Generally, the 500 error is caused by failures in application, you might get more valuable suggestion at Zend forum .http://forums.zend.com/
Hope this helps.
HCamper
8048 Posts
Re: Zend\ZendServer\bin\php-cgi.exe - The FastCGI process exited unexpectedly
Oct 17, 2011 05:17 AM|LINK
Hello,
Did you download and install the Zend Guard Loader ? It would help to know which Windows and IIS Server your using.
Have you looked at the Zend Forum posts for the Zend Guard Problems http://forums.zend.com/viewtopic.php?f=8&t=6667&start=10 ?
Since your using the ZendServer PHP install :
Are you using the Wincache Extension http://forums.iis.net/p/1177027/1977445.aspx
Ruslany "WinCache was never tested with Zend Guard and there are no plans to make it work with Zend Guard" comments.
Does the ZendServer php-cgi.exe work as a stand CGI and no FastCGI settings ?
Would it be possible to install the none-thread-safe version of PHP from the PHP for Windows Download
Center and then install to a Custom Named folder C:\Folder\PHP538 and use this
http://learn.iis.net/page.aspx/745/enable-per-site-php-configuration-on-iis-60-and-iis-7-and-above/ guide
to have both the Zend Version and the PHP version 538 to test and compare ?
Martin
Community Member Award 2011