Apologies, I got lost somewhere along the line. Would I be correct to say that: the execution of "http://---------/index.php" which results in a: "HTTP Error 404.0 - Not Found" Error with "Detailed Error Information":
is caused because of the update, with PHP53_via_FastCGI called. Thus whether the settings are per site or global bear no effect to the whole situation. Thus bringing back the question whether it is possible to remove 2.5.17 and 3.5.9. I could be wrong to
any of the above, we do appreciate your help.
1. You can remove older versions 5.2.17 and 3.5.9 this the first time for a Clean-Up. <------- Yes, but how? :)
2. The PATH is out side of the IIS Server: <---- Yes, ASPX and ASP operate, so I was hoping php would also operate.. Can the php server access a website that has been placed outsite the standard installation directory (just like ASPX and ASP, index.php and
index.asp and index.aspx reside in the same directory)?
3. Based on the log its a 404.0 ! file not found?? For what is worth, I moved the file into inetpup/wwwroot, changed the folder location of the site but there is no change in the outcome, or type of error.
mlp_1966
9 Posts
Re: Problems with PHP and IIS 7.5
Jan 25, 2012 11:08 AM|LINK
Hi Martin
Apologies, I got lost somewhere along the line. Would I be correct to say that: the execution of "http://---------/index.php" which results in a: "HTTP Error 404.0 - Not Found" Error with "Detailed Error Information":
Module IIS Web Core Notification MapRequestHandler Handler PHP53_via_FastCGI
Error Code 0x80070002 Requested URL http://---------:80/index.php
Physical Path C:\web-----\--------\index.php Logon Method Anonymous Logon User Anonymous
is caused because of the update, with PHP53_via_FastCGI called. Thus whether the settings are per site or global bear no effect to the whole situation. Thus bringing back the question whether it is possible to remove 2.5.17 and 3.5.9. I could be wrong to any of the above, we do appreciate your help.
HCamper
8048 Posts
Re: Problems with PHP and IIS 7.5
Jan 25, 2012 11:36 AM|LINK
Hi,
I hope this helps:
You can remove older versions 5.2.17 and 3.5.9 this the first time for a Clean-Up.
The PATH is out side of the IIS Server:
C:\web-----\--------\index.php Logon Method Anonymous Logon User Anonymous
Website. For example:
http://learn.iis.net/file.axd?i=45 image Web Site
Website created in your IIS Manager
PHP53_via_FastCGI
Contains the Handlers
http://learn.iis.net/file.axd?i=46 image IIS Manager
PHP53_via_FastCGI called.
Then a call ( Request) URL http:// ..........:80 / index.php
IIS 7.0 defines the following HTTP status codes that indicate a more specific cause of a 404 error: 404.xx tells more.
http://support.microsoft.com/kb/943891
Status SubStatus Codes Descriptions and suggestions.
at that Web Site.
http://blogs.iis.net/tomkmvp/archive/2009/04/27/troubleshooting-a-404.aspx IIS Team Tom MVP
http://support.microsoft.com/kb/943891 Status Codes
http://learn.iis.net/page.aspx/129/using-iis-configuration-history/ configuration.
Not really good with the editor :D.
Martin
Community Member Award 2011
mlp_1966
9 Posts
Re: Problems with PHP and IIS 7.5
Jan 25, 2012 12:22 PM|LINK
Three different log lines from a long long day :)
ASPX: 2012-01-25 03:22:08 xxx.xxx.x.x GET /test.aspx - 80 - xxx.x.xxx.xx Mozilla/5.0+(Windows+NT+6.1;+WOW64;+rv:9.0.1)+Gecko/20100101+Firefox/9.0.1 200 0 0 218
ASP: 2012-01-25 04:00:48 xxx.xxx.x.x GET /index.asp - 80 - xxx.x.xxx.xx Mozilla/5.0+(Windows+NT+6.1;+WOW64;+rv:9.0.1)+Gecko/20100101+Firefox/9.0.1 200 0 0 358
PHP: 2012-01-25 12:00:12 xxx.xxx.x.x GET /index.php - 80 - xxx.x.xxx.xx Mozilla/5.0+(Windows+NT+6.1;+WOW64;+rv:9.0.1)+Gecko/20100101+Firefox/9.0.1 404 0 2 46
-----
1. You can remove older versions 5.2.17 and 3.5.9 this the first time for a Clean-Up. <------- Yes, but how? :)
2. The PATH is out side of the IIS Server: <---- Yes, ASPX and ASP operate, so I was hoping php would also operate.. Can the php server access a website that has been placed outsite the standard installation directory (just like ASPX and ASP, index.php and index.asp and index.aspx reside in the same directory)?
3. Based on the log its a 404.0 ! file not found?? For what is worth, I moved the file into inetpup/wwwroot, changed the folder location of the site but there is no change in the outcome, or type of error.
HCamper
8048 Posts
Re: Problems with PHP and IIS 7.5
Jan 25, 2012 12:55 PM|LINK
Yep, I hear you :D.
The PHP and IIS Server can use SiteA and SiteB outside the standard installation directory
You do have to stop the the services which may stiil be using files than includes the IIS Admin Service.
Do you have SiteA "index.php" then SiteB "index.php" to go with http: // SiteA then http:// SiteB ?
BTW: IIS 200 status code means ok.
The IIS log 404.0 error file could be either SiteA "index.php" or SiteB "index.php" are set as the "Default"
Default http://www.iis.net/ConfigReference/system.webServer/defaultDocument documents include "index.php"
image http://i3.iis.net/resources/images/configreference/defaultdocument_howto_1.png?cdn_id=52867178000v1
image http://i3.iis.net/resources/images/configreference/defaultdocument_howto_2.png?cdn_id=52867178000v1
He has http://forums.iis.net/t/1185911.aspx Dizz
HTH
Martin
Community Member Award 2011