summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2020-02-24 12:55:31 -0800
committerGitHub <noreply@github.com>2020-02-24 12:55:31 -0800
commit4670aff395183b5444eb6b76edd4b160b8ad65cd (patch)
treecf11b5423f10cb3fb38969597c98e9afcd2dd94f /docs
parentc77542e61136238134d112b19d76136895f9242f (diff)
Correct installation instruction for apache2 (#8169)
Diffstat (limited to 'docs')
-rw-r--r--docs/Running-behind-apache.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Running-behind-apache.md b/docs/Running-behind-apache.md
index 68be3c386b..4d872764cc 100644
--- a/docs/Running-behind-apache.md
+++ b/docs/Running-behind-apache.md
@@ -14,7 +14,7 @@ Make sure your apache has installed `mod_proxy` and `mod_proxy_http`.
On debian/ubuntu systems, install them with this:
```sh
-sudo apt-get install apache2-bin
+sudo apt-get install apache2
```
Also make sure they are enabled: