summaryrefslogtreecommitdiffstats
path: root/docs/Running-behind-apache.md
diff options
context:
space:
mode:
authorPig <piiiggg@users.noreply.github.com>2019-04-01 22:05:35 +0700
committerChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-04-01 17:05:35 +0200
commit0799144d79a6d78c785dfa66ba1015a4635049ae (patch)
tree161573db5434210241547c67175e83422ded4fa0 /docs/Running-behind-apache.md
parent53fbf2eb9b13d6f3b31c13a890df85f727c06d23 (diff)
libapache2-mod-proxy-html was a transitional package for apache2-bin (#5753)
Since the translation is completed it should be already included in the apache2-bin Xenial package. In fact you can find the mod_proxy_html.so file in the apache2-bin file list (Xenial). Source: https://stackoverflow.com/a/40263887
Diffstat (limited to 'docs/Running-behind-apache.md')
-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 7838665cde..f0ce70c71a 100644
--- a/docs/Running-behind-apache.md
+++ b/docs/Running-behind-apache.md
@@ -15,7 +15,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 libapache2-mod-proxy-html
+sudo apt-get install apache2-bin
```
Also make sure they are enabled: