maybe chmod 0644 'apache2/sites-available/collabora.conf'
maybe chmod 0644 'apache2/sites-available/default-ssl.conf'
maybe chmod 0644 'apache2/sites-available/dyndns.conf'
+maybe chmod 0644 'apache2/sites-available/graphite-web.conf'
maybe chmod 0644 'apache2/sites-available/graphite.conf'
maybe chmod 0644 'apache2/sites-available/hoellein.online.conf'
maybe chmod 0644 'apache2/sites-available/http_hoellein.online.conf'
--- /dev/null
+<VirtualHost *:80>
+
+ WSGIDaemonProcess _graphite processes=5 threads=5 display-name='%{GROUP}' inactivity-timeout=120 user=_graphite group=_graphite
+ WSGIProcessGroup _graphite
+ WSGIImportScript /usr/share/graphite-web/graphite.wsgi process-group=_graphite application-group=%{GLOBAL}
+ WSGIScriptAlias / /usr/share/graphite-web/graphite.wsgi
+
+ Alias /static/ /usr/share/graphite-web/static/
+ <Location "/static/">
+ SetHandler None
+ </Location>
+
+ ErrorLog ${APACHE_LOG_DIR}/graphite-web_error.log
+
+ # Possible values include: debug, info, notice, warn, error, crit,
+ # alert, emerg.
+ LogLevel warn
+
+ CustomLog ${APACHE_LOG_DIR}/graphite-web_access.log combined
+
+</VirtualHost>
+
--- /dev/null
+../sites-available/graphite-web.conf
\ No newline at end of file
'NAME': 'graphite',
'ENGINE': 'django.db.backends.mysql',
'USER': 'graphite',
- 'PASSWORD': 'StrongP@Ssword',
+ 'PASSWORD': 'xbUOkdAkW2rsWp4hzZMJo7kr+G83c50svl7OuJsZ7OGW',
'HOST': '127.0.0.1',
'PORT': ''
}