has been using the integrated environment package, tonight decided to start slowly from the foundation, there is a Apache24 installation.
The first step: Download the file. Here are the detailed download steps http://jingyan.baidu.com/article/29697b912f6539ab20de3cf8.html
The second step: Extract to your favorite path, mine is placed in the E:\ct\Apache24
The third step: command line into the bin directory under Apache, enter httpd-k install the Apache installed as Windows backend services.
This way I met the first problem. Lost VCRUNTIME140.dll,
Problem solving: http://www.apachelounge.com/download/download Vc_redist_x64/86.exe after installation can, Baidu address (https://segmentfault.c om/q/1010000003750514)
Fourth step: I met the second problem, httpd.conf inside the serverroot path is not legal problem
Problem solving: Conf folder under httpd.conf 38th line define Srvroot "/apache24" to your own Apache path, mine is define Srvroot "e:/ct/ Apache24"
Fifth step: I feel OK, but there is a problem when starting the service Windows cannot start on the local computer Apache24
Problem solving: This problem on my side is because I am under the 32-bit, and then I switched to 64-bit no this problem , Pure daze under the wrong
Sixth step: This time is really successful, in the browser input localhost Enter, the page came out
Finally pretty happy, simple things did not do not necessarily do not make mistakes, they have tried to know, O (∩_∩) o~~
Apache2.4 process record (error)