Added "installation on macOS" to article (#23967)

This commit is contained in:
Nicole Angelyn T. Lopez
2018-12-18 23:48:43 +08:00
committed by Christopher McCormack
parent 4d55a04e21
commit b0df143048

View File

@ -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")