The latest Apache server version is 2.2, but many Linux servers come with Apache 2.0. How should we install the 2.2 server.
First download the latest Apache server following the http://httpd.apache.org/download.cgi, download the tar.gz package, use the root user to log on to Linux, and then use tar xvzf to decompress the downloaded GZ file. After the compression is decompressed, enter the compressed directory. First, perform registration initialization.
./ Configure -- enable-Dav -- enable-so -- prefix =/ USR / Local / Apache2 /
The following figure shows make. After make is complete, make install again. At this time, you will find that the latest Apache server is installed in your/usr/local/apache2 directory. Go to the/usr/local/apache2/bin directory and run the./apachectl start command to check whether it can be started normally. Open the browser and access http: // localhost/. If the word it works appears, Apache has been started successfully.