First, install the apache2.4
Open Web site apachelounge.com
https://www.apachelounge.com/
Click on the left downloads, then select the corresponding version, here choose Apache2.4.23 Win64,
64-bit: Https://www.apachelounge.com/download/VC14/binaries/httpd-2.4.23-win64-VC14.zip
is a compilation environment that requires VC14.
Http://pan.baidu.com/s/1dFc8WoT
After download
Unzip the Vc_redist.x64.zip, then install the VC14 environment,
After installing the environment, start installing Apache2.4, first, unzip the Httpd-2.4.20-win32-vc14.zip, and then set up the Wamp folder on the C disk, this wamp place the software files,
New www folder, this is the site root directory
Create subfolders within the Wamp folder apache2.4,
Copy the Apache24 from the extracted Httpd-2.4.20-win64-vc14 directory to the apache2.4 folder under the Wamp folder in the C drive.
Modify the Apache2.4 configuration file, located in the C-Disk Wamp folder inside the apache2.4\conf\httpd.conf file, this file can be opened with Notepad, right click Select Open Mode Select Notepad just fine,
Ctrl+h Replace, replace all c:/apache24 for c:/wamp/apache2.4
Modify the Web site root directory
Add index.php
Save, and then in the C disk www directory, create a new index.html file, write hello,apache!, if not display suffix, you need to click on the top left corner of the explorer
Folders and search options, organization-by-view Cancel hide known file type extensions
Remember, open it in Notepad and write something in index.html, where I write Hello,apache
. then start installing Apache. Click Start, cmd open cmd with admin privileges, go to apache2.4 bin directory to use
Installing Apache Services
Httpd.exe-k start
Launch Apache
Open the browser input localhost,ok. Apache installation is complete.
Installation of Apache under Windows Wamp Environment configuration