This article discusses the configuration of the PHP environment in Windows Server 2008 system IIS 7, once you have mastered this brief method, you will no longer need Apache, the original IIS 7 is so excellent!
Don't talk nonsense, go straight to the chase.
First, the preparatory work
1. Required Software:
MySQL database: This article uses Mysql-essential-5.0.45-win32.msi
PHP: This article uses Php-5.2.4-win32.zip
Zendoptimizer: This paper uses Zendoptimizer-3.3.0-windows-i386.exe
Download the above software online search and put it in the same directory, for example: Webtools (example below)
2. To install IIS 7, briefly follow these steps:
(1) In the Control Panel, select Program-Turn off Windows feature;
(2) in the pop-up Windows feature selected Internet Information Services;
(3) Expand-World Wide Web services-application development features, select ISAPI Extensions (important);
(4) Automatic installation after determination;
(5) Enter http://127.0.0.1 (your IP address) in the IE address bar to see IIS7 's Welcome Interface (Figure 1)
Second, the PHP environment deployment strategy
1. mysql Database deployment
(1) Install MySQL database
Enter X:webtools Directory Click Mysql-essential-5.0.45-win32.msi to start the installation, 2:
- Total 9 Pages:
- Previous page
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- Next page
http://www.bkjia.com/PHPjc/363983.html www.bkjia.com true http://www.bkjia.com/PHPjc/363983.html techarticle This article discusses the configuration of the PHP environment in Windows Server 2008 system IIS 7, once you have mastered this brief method, you will no longer need Apache, the original IIS 7 is so excellent! Nonsense not to say, ...