From b0df143048d9d0513900fabd33513cdc2aaf6d53 Mon Sep 17 00:00:00 2001 From: "Nicole Angelyn T. Lopez" Date: Tue, 18 Dec 2018 23:48:43 +0800 Subject: [PATCH] Added "installation on macOS" to article (#23967) --- guide/english/apache/index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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")