php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37291 FastCGI now longer works
Submitted: 2006-05-03 13:16 UTC Modified: 2006-05-03 13:23 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: Jared dot Williams1 at ntlworld dot com Assigned: dmitry (profile)
Status: Closed Package: IIS related
PHP Version: 5.1.3 OS: Win2000
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: Jared dot Williams1 at ntlworld dot com
New email:
PHP Version: OS:

 

 [2006-05-03 13:16 UTC] Jared dot Williams1 at ntlworld dot com
Description:
------------
Using fastcgi no longer appears to work with IIS.

5.1.3RC2 worked fine.

Appears no requests get to the worker processes. They are created, but just do nothing it appears.


C:\Inetpub\VTemplate\tests>pslist php

PsList 1.21 - Process Information Lister
Copyright (C) 1999-2002 Mark Russinovich
Sysinternals - www.sysinternals.com

Process information for WIN2KS:

process php was not found on WIN2KS


C:\Inetpub\VTemplate\tests>wget -s http://localhost/phpinfo.php
--13:06:24--  http://localhost/phpinfo.php
           => `phpinfo.php'
Resolving localhost... done.
Connecting to localhost[127.0.0.1]:80... connected.
HTTP request sent, awaiting response...

Nothing happens here, but the worker processes have fired up... 

C:\Inetpub\VTemplate\tests>pslist php

PsList 1.21 - Process Information Lister
Copyright (C) 1999-2002 Mark Russinovich
Sysinternals - www.sysinternals.com

Process information for WIN2KS:

Name         Pid Pri Thd  Hnd    Mem     User Time   Kernel Time   Elapsed Time
php-cgi     1784   8   2   38   6440   0:00:00.080   0:00:00.100    0:01:56.417
php-cgi      740   8   2   41   6380   0:00:00.110   0:00:00.050    0:01:56.397
php-cgi     2008   8   2   43   6380   0:00:00.110   0:00:00.070    0:01:56.357




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-05-03 13:23 UTC] dmitry@php.net
Fixed in CVS HEAD and PHP_5_1.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Dec 03 17:01:29 2024 UTC