Added "installation on macOS" to article (#23967)
This commit is contained in:
committed by
Christopher McCormack
parent
4d55a04e21
commit
b0df143048
@ -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
|
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
|
#### On Ubuntu/Debian
|
||||||
```
|
```
|
||||||
@ -29,6 +29,11 @@ sudo yum install httpd
|
|||||||
pacman -S apache
|
pacman -S apache
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### On macOS (Using Homebrew)
|
||||||
|
```
|
||||||
|
brew install httpd
|
||||||
|
```
|
||||||
|
|
||||||
#### On Windows
|
#### On Windows
|
||||||
Popular options for deploying Apache httpd and optionally, PHP + MySQL or PHP + MariaDB on Microsoft Windows, include;
|
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")
|
* [XAMP](https://www.apachefriends.org/index.html "XAMP website")
|
||||||
|
Reference in New Issue
Block a user