Question #692930 on Graphite changed:
https://answers.launchpad.net/graphite/+question/692930

Simon Trimboy posted a new comment:
Further to deploying the static content I used the example apache wsgi
conf from the docs here : https://graphite.readthedocs.io/en/latest
/config-webapp.html#apache-mod-wsgi

As I am using python3.8 under non-system prefix /usr/local I also made
use of the WSGIPythonHome directive :

<IfModule mod_wsgi.c>
  WSGIPythonHome /usr/local/
  WSGISocketPrefix /var/run/wsgi
</IfModule>

Thanks for your assistance.

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.

_______________________________________________
Mailing list: https://launchpad.net/~graphite-dev
Post to     : graphite-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~graphite-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to