Work almost a year, has not been how to configure the server environment, often using the integration kit Wampserver, in order to review the configuration Wamp server deliberately test the installation steps in the virtual machine are as follows.
Pre-Installation steps: Download the software. The software is as follows:
1.apache:
1 http://mirrors.cnnic.cn/apache/httpd/binaries/win32/
2.mysql-5.6.21 :
1 http://mirrors.sohu.com/mysql/mysql-5.6/mysql-5.6.21.zip
3.php:
1 http://windows.php.net/download/
Note: Be sure to download the thread safe version, because only the thread safe (TS) version will bring the Apache module, otherwise it can not be associated with the Apache server;
Remember to download the installation (I use the php5.4 is the VC9 version, on 32-bit machine, need to download (VC9) 32-bit version )
(VC9) 32-bit version: 2 http://www.microsoft.com/zh-CN/download/details.aspx?id=55823 4 (VC9) 64-bit version:5 http://www.microsoft.com/zh-CN/download/details.aspx?id= 1533667 (VC11) 32+64-bit version:8 http:// www.microsoft.com/zh-CN/download/details.aspx?id=30679
of three software:
Planning directory: Installed in c:/wamp/.
Apache, MySQL, PHP should be put in separate, not recommended on the C drive, because there is no other drive in the virtual machine, can only be installed in the C drive.
The first step is of course installing the Apache server:
Graphic installation site:
http://www.cnblogs.com/hioop/p/4030903.html
Step Two: Configure the Apache server:
Graphic Configuration site:
http://www.cnblogs.com/hioop/p/4041620.html
Configuring the Lamp Environment under windows (0)---software acquisition