1. Apache 2.4.41 installation and configuration The first step is to download the latest Apache package from: https://www.apachehaus.com/cgi-bin/download.plx#APACHE24VC15, as shown below The second step is to download and install the VC15 runtime environment. The download address is: https://www.apachehaus.com/cgi-bin/download.plx#REDIST15, as shown in the figure below Step 3. Unzip httpd-2.4.41-o111c-x64-vc15-r2.zip locally and copy the Apache24 subfolder in the directory to the installation directory, for example D:\Program Files\Apache24 Step 4: Modify the Apache24/conf/httpd configuration file. Before modifying it, it is recommended to back up the initial httpd.conf file.
Step 4. Start the command prompt as an administrator, enter the bin directory of Apache24, and enter the following command: Microsoft Windows [Version 10.0.18363.535] (c) 2019 Microsoft Corporation. All rights reserved. C:\Windows\system32>d: D:\>cd D:\Program Files\Apache24\bin D:\Program Files\Apache24\bin> Step 5. Enter the command to install the run command. You can also uninstall the run command through httpd.exe -k uninstall -n "Apache24", as shown in the figure below httpd.exe -k install -n "Apache24" The Apache24 service can be started and closed by the following commands: >httpd.exe -k start -n "Apache24" >httpd.exe -k stop -n "Apache24" After successful installation, you can use Use shutdown, stop, start and other commands to shut down, stop and start the Apache service. Summarize The above is the tutorial on how to install Apache 2.4.41 under Windows 10 introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website! You may also be interested in:
|
<<: Detailed explanation of Mysql self-join query example
>>: Implementation of multi-environment configuration (.env) of vue project
The 10-day tutorial uses the most understandable ...
I summarized the previous notes on installing MyS...
<br />When thoughts were divided into East a...
I believe that everyone needs to reinstall MySQL ...
Table of contents 1. Replace the apply method, ge...
Since I often install the system, I have to reins...
Table of contents Summary of Distributed ID Solut...
Preface Managing routing is an essential feature ...
Table of contents 1. Software Package 2. Install ...
Preface In terms of layout, Gobang is much simple...
Getting Started with Data Volumes In the previous...
Table of contents 1. v-bind: can bind some data t...
I searched on Baidu. . Some people say to use the...
To summarize: Readonly is only valid for input (te...
Table of contents Introduction Example: Event del...