1. Login http://httpd.apache.org/download.cgi This address
2. After entering the following interface, select the first Apachehaus, this is a third-party download platform, download the standalone Apache on its website is a compressed package
The other four, the second is also the independent Apache, the other three is the integrated development environment.
3. In the new interface, you will find the words VC9 and VC11, by reading the relevant content, VC9 refers to the code compiled with VS2008, and VC11 is compiled with VS2012, and VS2012 compiled in Windows XP and Server 2003 can not be used.
For compatibility Good point, small compilation with VC9 compiled 64-bit Apache, select download
At this point, the download process is complete
The first of the Little compilation
Installation procedure 1.The installation process is simple because it is a compressed package, so the APACHE24 in its unpacked package is extracted to the appropriate location first .
2.
Apache24 name can be changed according to their own circumstances, small series to "Apache",
and put it in the D:\application_software\ directory.
3. Locate the D:\application_software\Apache\conf\httpd.conf file, open it with Notepad, and find: Define srvroot This entry, change the value on the right to
The directory address where you are currently installing Apache, as shown in the following small series:
4.
Keep looking, find: Listene 80
If your 80 port is occupied (can be viewed under cmd with Command netstat-a), change the 80 port to another
Save the httpd.conf file.
5.
Next you need to configure the master service to install Apache, and with it, Apache can start:
Open the cmd window, enter: "D:\application_software\Apache\bin\httpd.exe"-K install-n Apache
Remember to include quotation marks. The command means installing the Apache service and naming the service name Apache (you can also change to another), enter.
Service installation completed, after completion, will be automatically tested, if there is a problem, the window will prompt the error, at this time, please self-troubleshooting according to the error.
The normal installation is complete as shown in the following:
Among them, Errors reported here must is corrected before the service can be started. This means that if there is an error message behind the sentence, the service installation fails and the error needs to be corrected first. If not, then success.
In the installation directory, locate the D:\application_software\Apache\bin\ApacheMonitor.exe executable, double-click Run, the desktop appears in the lower right corner of the icon, double-click the Open Window interface, you will see:
Apache Server latest version download, install and configure