diff options
Diffstat (limited to 'docs/Running-behind-apache.md')
-rw-r--r-- | docs/Running-behind-apache.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Running-behind-apache.md b/docs/Running-behind-apache.md index 7838665cd..f0ce70c71 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: |