Re: PHP POST results in 404
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 08/28/04
- Next message: Louis Solomon [SteelBytes]: "XPSP2 has made my ISAPI apps run slowly"
- Previous message: Cari \(MS MVP\): "Re: IIS 6 Manager XPSP2"
- In reply to: Thomas: "PHP POST results in 404"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 27 Aug 2004 21:10:59 -0700
I think you have not completed PHP configuration.
If IIS is misconfigured, you would likely have gotten a 404 3 50 (for the
access to a .csv file that has no MIME Map), 404 2 # (PHP is not enabled in
Web Service Extension configuration).
If it is a real "404 file not found" sent by IIS, then the end of the log
entry usually looks like 404 0 2 (404 status, 0 substatus, 2 win32 error
code = ERROR_FILE_NOT_FOUND).
This 404 looks to be generated by PHP itself (you configured IIS to properly
determined to send the response to PHP, the handler for the resource
data.php) -- since an ISAPI can only set the status code, leaving substatus
and win32 error to be both 0. I suggest you look into PHP configuration as
to why it is sending the 404 response. Maybe PHP has a configuration that
prevents POST from being accepted.
-- //David IIS This posting is provided "AS IS" with no warranties, and confers no rights. // "Thomas" <Thomas@discussions.microsoft.com> wrote in message news:4C5928E7-C3BF-497A-9025-62E3D8015966@microsoft.com... Hello, I'm using PHP 4.3.8 on IIS6 (2003 Server Web Edition) My logs are showing the following: POST /portal/kronolith/data.php/events fn_ext=%2Fevents.csv 443 - 63.199.163.173 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.1.4322) 404 0 0 The browser page displays "No input file specified" I've been tryin to track down the source but I'm at a complete loss. Any help would be greatly appreciated. Thomas
- Next message: Louis Solomon [SteelBytes]: "XPSP2 has made my ISAPI apps run slowly"
- Previous message: Cari \(MS MVP\): "Re: IIS 6 Manager XPSP2"
- In reply to: Thomas: "PHP POST results in 404"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|