@cryptotaxi247 / netdata-1 / commits / 4670aff39

Correct installation instruction for apache2 (#8169)

Chris Akritidis committed Feb 24, 2020 at 12:55 UTC 4670aff395183b5444eb6b76edd4b160b8ad65cd
1 file changed +1 -1
docs/Running-behind-apache.md
+1 -1
@@ -14,7 +14,7 @@ Make sure your apache has installed `mod_proxy` and `mod_proxy_http`.
14 On debian/ubuntu systems, install them with this:
15
16 ```sh
17 -sudo apt-get install apache2-bin
17 +sudo apt-get install apache2
18 ```
19
20 Also make sure they are enabled: