PHP Bugs  
php.net | support | documentation | report a bug | advanced search | search howto | statistics | login

go to bug id or search bugs for  

Bug #7189 CGI Error
Submitted:13 Oct 2000 12:51pm UTC Modified: 9 Jan 2001 12:31pm UTC
From:ben_curtis at hotmail dot com Assigned to:
Status:Closed Category:IIS related
Version:4.0.3 OS:Windows 2000 Server
View/Vote Developer Edit Submission

Welcome! If you don't have a SVN account, you can't do anything here. You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
SVN Username: SVN Password:
Quick Fix:
Status: Assign to:
Category:
Summary:
From: ben_curtis at hotmail dot com
New email:
Version: OS:
New/Additional Comment:

[13 Oct 2000 12:51pm UTC] ben_curtis at hotmail dot com
If you try to access a script that isn't in the file system (i.e.
doesn't actually exist - 404), IIS returns this:

--- snip ---
CGI Error

The specified CGI application misbehaved by not returning a complete set
of HTTP headers. The headers it did
return are:
--- snip ---
[9 Jan 2001 11:58am UTC] cynic@php.net
does this exist in PHP 4.0.4?
[9 Jan 2001 12:31pm UTC] cynic@php.net
update from Phill Driscoll:

This is certainly how 4.0.4 and indeed 4.0.4pl1RC1 and all its
predecessors work. I'm not sure I'd call it a bug though.
There are settings in IIS for each script map file extension, where you
can tell IIS to check if the script exists first (and if the user has
sufficient permission to access the file). If the script isn't there,
IIS sends a 404
response. If the script is there, but the user does not have permission,
then an 'authentication required' is sent.

thus this is an IIS configuration issue; closing.

RSS feed | show source 

PHP Copyright © 2001-2009 The PHP Group
All rights reserved.
Last updated: Sat Nov 21 10:30:49 2009 UTC