Skip to content

Commit

Permalink
Fix Apache web server run command
Browse files Browse the repository at this point in the history
  • Loading branch information
javimed committed Jan 19, 2024
1 parent ea87d69 commit b4f4d94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@ Perform the following steps to install and configure an Apache web server.

#. Unzip the contents of the Apache web server zip file and copy the extracted ``Apache24`` folder to the ``C:`` directory.

#. Navigate to the ``C:\Apache24\bin`` folder and run the following command in a PowerShell terminal with administrator privileges:
#. Navigate to the ``C:\Apache24\bin\`` folder and run the following command in a PowerShell terminal with administrator privileges:

.. code-block:: powershell
> C:\Apache24\bin>httpd.exe
> .\httpd.exe
The first time you run the Apache binary a Windows Defender Firewall pops up.

Expand Down

0 comments on commit b4f4d94

Please sign in to comment.