|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I just installed PHP 5.0 to my IIS webserver and it's not working. What should I be checking?
This is the error I got: HTTP Error 404 - File or directory not found. Internet Information Services (IIS) Your help is appreciated. |
|
#2
|
|||
|
|||
|
Okay, I think I have it working...except I like to know what the difference between using ISAPI and CGI. Do I have to use both? Why or why not use use both? What are the disadvantages and disadvantages of using both or just one?
|
|
#3
|
||||
|
||||
|
When you use the CGI, the php executable is run for each instance of a web session, with ISAPI, the .dll is run in memory... ISAPI takes less resources.
Either may be faster depending on your server configuration and site traffic... I believe that running in ISAPI "mode" is preferred, but for some reason, many web hosts run in Fast CGI.
__________________
Environmental LIMS What the hell is all this LIMS st*ff about? --------------------------------------- PHP Pagination Function PHP Drop Down Menus |
|
#4
|
|||
|
|||
|
Thank you so much for your explanation.
|
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > Install PHP to IIS not working |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|