php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25255 CGI Timeout
Submitted: 2003-08-26 12:00 UTC Modified: 2003-08-26 13:52 UTC
From: "jim at ernie dot demon dot co dot uk" Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.3.3 OS: Windows Server 2003 enterprise
Private report: No CVE-ID: None
 [2003-08-26 12:00 UTC] "jim at ernie dot demon dot co dot uk"
Description:
------------
CGI Timeout on Windows 2003 server, IIS 6.0

All ISAPI and CGI enabled

Browser message:

CGI Timeout
The specified CGI application exceeded the allowed time for processing. The server has deleted the process.

PHP interpreter check:

C:\PHP\php.exe index.php returns correct results

Note: Perl CGI and ISAPI work

See also - Bug #25252 CGI Application Timeout

Reproduce code:
---------------
http://www.cognoscence.org/cogs2/index.php

Cannot provide code due to user/password security

but:

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<? phpinfo(); ?>
</body>
</html>

fails too ...

Expected result:
----------------
As seen with interpeter test above ...

Actual result:
--------------
In Internet Explorer:

CGI Timeout
The specified CGI application exceeded the allowed time for processing. The server has deleted the process.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-08-26 12:01 UTC] jim at ernie dot demon dot co dot uk
Updating e-mail address ...
 [2003-08-26 12:02 UTC] jim at ernie dot demon dot co dot uk
Hmm - is e-mail field working?
 [2003-08-26 12:06 UTC] "jim at ernie dot demon dot co dot uk"
From event viewer:

Event Type:	Error
Event Source:	W3SVC-WP
Event Category:	None
Event ID:	2216
Date:		26/08/2003
Time:		17:30:14
User:		N/A
Computer:	DARKSTAR
Description:
The script started from the URL '/cogs2/index.php' with parameters '' has not responded within the configured timeout period.  The HTTP server is terminating the script.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
 [2003-08-26 13:52 UTC] iliaa@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the existing bug instead.

Thank you for your interest in PHP.

Duplicate of bug #25252
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 01 10:01:30 2024 UTC