diff --git a/guide/english/apache/index.md b/guide/english/apache/index.md index f48fee606a..0edd16471a 100644 --- a/guide/english/apache/index.md +++ b/guide/english/apache/index.md @@ -7,7 +7,7 @@ The Apache HTTP Server, commonly known as Apache, is a free and open-source cros Apache runs on 67% of all webservers in the world. It is fast, reliable, and secure. It can be highly customized to meet the needs of many different environments by using extensions and modules -### Installation +## Installation #### On Ubuntu/Debian ``` @@ -29,6 +29,11 @@ sudo yum install httpd pacman -S apache ``` +#### On macOS (Using Homebrew) +``` +brew install httpd +``` + #### On Windows Popular options for deploying Apache httpd and optionally, PHP + MySQL or PHP + MariaDB on Microsoft Windows, include; * [XAMP](https://www.apachefriends.org/index.html "XAMP website")