Setting up the IIS + PHP environment in ten steps
Suddenly, I thought that I had been using the Apache + php mode. I want to know the IIS + php mode. Let's say it's a 9-18 bend!
Part 1: ISAPI. dll extension
According to the information above, I cannot find an isapi. dll. Only nsapi. dll can be found. The last check will show that php5.3 will not support this method.
Php5.3 cannot run on IIS6 through ISAPI extension, and php5.3isapi is not available in the php5.3 file. dll, replaced by php5.3nsapi. dll, in other words, PHP and later versions will no longer use ISAPI extension to run in IIS, and can only be executed in FastCGI Mode
Part 2: I continued to search for a bunch of FastCGI documents on the Internet and followed the php tutorial, but I couldn't find what I said.
"After installation, five files are generated in the C: WINDOWSsystem32inetsrv directory. For example"
It's really depressing, and more interesting, I download the "web platform installer" according to a blogger's detailed instructions. url: http://www.iis.net/downloads/microsoft/fastcgi-for-iis
I was prompted during installation:
I have wiped and retried it five times, and I still tested it on the virtual machine, with the same results. Finally, I tried to search for FastCGI. After the result is displayed, the 10 steps are shown below:
1. Microsoft's 'web platform installation' address: http://www.iis.net/downloads/microsoft/fastcgi-for-iis
2. Here I am IIS7. Click Web PI to go to the following page.
3. Click to download FastCGIIIS6.exe.