|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
ISAPI Error
I Just installed Php 5.0.3 on Windows Server 2003 IIS 6 by following the manual installation instructions.
When I tried to test php by launching test.php, the browser prompted me to a login screen, when I clicked cancell, it says I have: HTTP Error 401.5 - Unauthorized: Authorization failed by an ISAPI/CGI application error. Does anybody know what's going on? I added PHP ISAPI Extension(php5isapi.dll) to IIS Web Service and configurated the "Web Sites" too. Any help is very much appraciated |
|
#2
|
|||
|
|||
|
RE: ISAPI Error
login? Do you have some sort of authentication turned on?
|
|
#3
|
|||
|
|||
|
RE: ISAPI Error
I don't think so, where do I check for authentication?
|
|
#4
|
|||
|
|||
|
RE: ISAPI Error
I figured out the authentication problem by going to IIS console to enable anonymous access, however I am still getting 401.5 error - Unauthorized: Authorization failed by an ISAPI/CGI application.
I went through all the instruction steps again, the only thing I didn't do was to change the registry. But it was stated w/ IIS 6, I don't need to do this. Any suggestions? thanks, |
|
#5
|
|||
|
|||
|
RE: ISAPI Error
Two things,
1) You have something asking for athentication. Under file properties / Security, the files need iusr_<machinename> for anonymous authentication to work. 2) If your test.php has some requirements for authentication over and above this, then you may need to turn off custom error message for 401.5 errors. This is done in the IIS admin panel, right click on you Web share name, select properties, select Custom Errors, Edit 401.5 and change it to default. Hope that helps mike |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > ISAPI Error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|