graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #01206
Re: [Question #168035]: Using a different path in Apache
Question #168035 on Graphite changed:
https://answers.launchpad.net/graphite/+question/168035
Status: Open => Needs information
Nicholas Leskiw requested more information:
Have you tried setting a different location in the virtual host config
file for Apache?
Change <Location "/"> to <Location "/graphite/">
Change <Location "/content/"> to <Location "/graphite/content/">
Change <Location "/media"> to <Location "/media/graphite/">
Change
Alias /media/ "@DJANGO_ROOT@/contrib/admin/media/"
to
Alias /graphite/media/ "@DJANGO_ROOT@/contrib/admin/media/"
I have not tested this, so I can't guarantee this will work...but it's
something to try.
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.