Update "Apache installation on Windows" (#23240)
This commit is contained in:
committed by
Christopher McCormack
parent
c162f7f128
commit
7ef5476068
@ -13,15 +13,22 @@ Apache runs on 67% of all webservers in the world. It is fast, reliable, and sec
|
|||||||
```
|
```
|
||||||
sudo aptitude install apache2
|
sudo aptitude install apache2
|
||||||
```
|
```
|
||||||
|
|
||||||
#### On CentOS
|
#### On CentOS
|
||||||
```
|
```
|
||||||
sudo yum install httpd
|
sudo yum install httpd
|
||||||
````
|
````
|
||||||
|
|
||||||
#### On Arch
|
#### On Arch
|
||||||
```
|
```
|
||||||
pacman -S apache
|
pacman -S apache
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### 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")
|
||||||
|
* [WampServer](http://www.wampserver.com/ "WampServer website")
|
||||||
|
|
||||||
### Getting Started
|
### Getting Started
|
||||||
Once you have Apache installed you need to know where to put your HTML documents. This location is generally referred to as the `DocumentRoot`. This location is usually `/var/www/html` on most Linux systems. Follow the instructions below to find the configuration file for Apache and the `DocumentRoot`.
|
Once you have Apache installed you need to know where to put your HTML documents. This location is generally referred to as the `DocumentRoot`. This location is usually `/var/www/html` on most Linux systems. Follow the instructions below to find the configuration file for Apache and the `DocumentRoot`.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user