From:             coder1 at gmail dot com
Operating system: Windows XP
PHP version:      5.1.4
PHP Bug Type:     CGI related
Bug description:  FastCGI Error: Server too busy Server

Description:
------------
isapi_fcgi.dll fails to load PHP properly on WinXP SP2/IIS5.1

There are no errors showing up in the event log. When I configure IIS to
php-cgi.exe, the page loads as expected.

This was an upgrade from 5.1.2 to 5.1.4.  5.1.2 works OK with the same
isapi_fcgi.dll.

Additionally, I tested the Zend FastCGI file (zend_fcgi.dll) included with
Zend Core.  This version of FastCGI works OK. It is Caraveo's version (and
my modification originating from this source) which previously worked on
5.1.2 that now fails to work with 5.1.4.

Reproduce code:
---------------
<?
phpinfo();
?>

Expected result:
----------------
Display PHP Information

Actual result:
--------------
HTTP/1.1 503 Server too busy Server: Microsoft-IIS/5.1 Date: Wed, 10 May
2006 17:09:58 GMT Connection: close Content-Type: text/html Server Error,
unable to connect to fastcgi server.

-- 
Edit bug report at http://bugs.php.net/?id=37448&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=37448&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=37448&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=37448&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=37448&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=37448&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=37448&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=37448&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=37448&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=37448&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=37448&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=37448&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=37448&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=37448&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=37448&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=37448&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=37448&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=37448&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=37448&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=37448&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=37448&r=mysqlcfg

Reply via email to