English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Tutorial, Installation, and Configuration of Apache Server Latest Version (Windows Edition) with Illustrations

Apache is the world's most popular Web server software. It can run on almost all widely used computer platforms, and it is widely used due to its cross-platform and security features. It is one of the most popular Web server software. It is fast, reliable, and can be expanded through simple APIs, including Perl/Python and other interpreters are compiled into the server. At the same time, Apache is the transliteration of Apache, a tribe of North American Native Americans, known as the Apache tribe, located in the southwest of the United States. It is also the name of a foundation, an armed helicopter, and so on.

I. Apache Download

1Click the linkhttp://httpd.apache.org/download.cgiFind the required version, as shown in the following location:

2Click the required version and select the Windows file format, as shown in the following location:

3Find the Downloading Apache for Windows column, enter the download page, as shown in the following location:

4Find Apache 2.4 Server Binaries column, there are32and64Click the icon to download, as shown in the following location:

Second, Apache Installation

1Unzip the compressed package to the directory where the installation is required, for example, on the D disk, as shown in the following figure:

2After unzipping, the name is Apache24(can be customized), open to find the conf directory, enter to find the configuration file httpd.conf and open it, change the service path and port, and configure as follows:

3Save the configuration, open the CMD window, enter the service bin directory, and enter the installation command (httpd -k install) to start the service, as shown in the following figure:

4The normal installation is complete as shown in the following figure:

5Enter the startup command (net start apache2.4Start the service, and the successful start effect is shown in the following figure:

6Open the browser, enter the URL (http://localhost/Access as shown in the following figure:

Up to this point, the service installation is complete. If there is an error or something unclear in the above steps, please leave a message for me.

Supplement: In addition to the above startup methods, you can also start and close the service through the Apache built-in management window, as shown in the following figure:

Summary

The above is the latest version of the Apache server download, installation, and configuration tutorial illustration (Windows version) introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave a message, and the editor will reply to everyone in time. I also want to express my sincere gratitude to everyone for supporting the Yelling tutorial!

Declaration: The content of this article is from the Internet, the copyright belongs to the original author. The content is contributed and uploaded by Internet users spontaneously. This website does not own the copyright, has not been manually edited, and does not assume any relevant legal liability. If you find any content suspected of copyright infringement, please send an email to: notice#w3Please report via email to codebox.com (replace # with @) with relevant evidence. Once verified, the website will immediately delete the infringing content.

You May Also Like