Install apache2.4.33 on Windows
Apache Download http://www.apachelounge.com/download/
1, unzip and put in the installation directory
2. Modify the apache24->conf->httpd.conf file
A) serverroot "C:/apache24"
Switch
ServerRoot "E:\Develop\wamp\www"
b) #ServerName www.example.com:80
Switch
ServerName www.example.com:80
c) documentroot "C:/apache24/htdocs"
<directory "C:/apache24/htdocs" >
Switch
DocumentRoot "E:\Develop\wamp\www"
<directory "E:\Develop\wamp\www" >
d) DirectoryIndex index.html
Switch
DirectoryIndex index.php index.html index.htm
3. Installing Apache
In cmd, go to Apache Install bin directory, execute httpd.exe-k install-n "Apache24"
Note: The DirectX Repair Tool can be downloaded if the application does not start 0xc000007b correctly : http://www.pc6.com/softview/SoftView_57945.html
After the installation is successful, look it up in the service.
4. Right-click in the service, open the service and see if the installation was successful in the browser
Apache Server installs "Windows"