| 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 | ||
[13 Oct 2000 12:51pm UTC] ben_curtis at hotmail dot com
[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.
