1
0
Fork 0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-05-26 16:16:09 +02:00

Another fix in Graphite install guide

This commit is contained in:
Pavel Odintsov 2015-08-04 12:32:38 +03:00
parent 4bd657eefa
commit 03554d1668

View File

@ -38,10 +38,11 @@ chown _graphite:_graphite /var/lib/graphite/graphite.db
Run it with apache:
```bash
apt-get install -y libapache2-mod-wsgi
apt-get install -y libapache2-mod-wsgi apache2-mpm-prefork
cp /usr/share/graphite-web/apache2-graphite.conf /etc/apache2/sites-available/graphite-web.conf
a2dissite 000-default.conf
a2ensite graphite-web
a2enmod wsgi
```
Enable load on startup: