#31132 : Installing PHP 5.0.3 causes 403.9 HTTP Errors under IIS 5
From: aaron at visualprose dot com
Operating system: Windows XP Professional SP 1
PHP version: 5.0.3
PHP Bug Type: IIS related
Bug description: Installing PHP 5.0.3 causes 403.9 HTTP Errors under IIS 5
Description:
------------
When PHP 5.0.3 is installed under IIS 5.0 on Windows XP Professional, all
web pages (.html, .php, .asp, or .aspx) can only be viewed ten times
before IIS reports "HTTP 403.9 - Access Forbidden: Too many users are
connected". No pages (inlcluding HTML, ASP, etc.) can be viewed once this
error occurs. IIS must be restarted (which takes approximately 5
minutes).
I have followed the steps on Microsoft's site to disable HTTP Keep-alives,
and the problem persists.
Removing the script map to PHP solves the problem, which is what leads me
to believe PHP is causing the problem
Reproduce code:
---------------
1) Install PHP 5.0.3 on Windows XP SP 1.
2) Load up a .html, .php, or .asp running on the web server.
3) Hit "Refresh" 10 times.
4) Note the 403.9 HTTP error appears. Note that IIS must be restarted
before access to any resource is allowed again.
Expected result:
----------------
No 403.9 error.
Actual result:
--------------
IIS continues to give the 403.9 error page until it is restarted.
--
Edit bug report at http://bugs.php.net/?id=31132&edit=1
--
Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=31132&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=31132&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=31132&r=trysnapshot51
Fixed in CVS: http://bugs.php.net/fix.php?id=31132&r=fixedcvs
Fixed in release: http://bugs.php.net/fix.php?id=31132&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=31132&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=31132&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=31132&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=31132&r=support
Expected behavior: http://bugs.php.net/fix.php?id=31132&r=notwrong
Not enough info: http://bugs.php.net/fix.php?id=31132&r=notenoughinfo
Submitted twice: http://bugs.php.net/fix.php?id=31132&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=31132&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=31132&r=php3
Daylight Savings: http://bugs.php.net/fix.php?id=31132&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=31132&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=31132&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=31132&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=31132&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=31132&r=mysqlcfg
|