← Back to team overview

graphite-dev team mailing list archive

[Question #205350]: Proxy access fails with 0.9.8

 

New question #205350 on Graphite:
https://answers.launchpad.net/graphite/+question/205350

We have two Graphite installations, one older 0.9.6 install and a newer 0.9.8.  To reach either we have to go through an apache proxy which we control, set up with a simple ProxyPass config for either installation.

Both servers are set up with identical virtual host configs that listen on port 8080.  Direct access to the 0.9.8 server works fine, but proxy access is broken.  When attempting to reach Graphite via the proxy we see the top-bar links for Dashboard UI, Command-Line Interface, etc., and one broken image left of the links for what's supposed to be the graphite_short.png image, and nothing else.

Perhaps the best test we've run is to set up the following proxy config:

...
ProxyPass /graphite3/ http://xxx003.xxx.com:8080/
ProxyPassReverse /graphite3/ http://xxx003.xxx.com:8080

ProxyPass /graphite4/ http://xxx004.xxx.com:8080/
ProxyPassReverse /graphite4/ http://xxx004xxx.com:8080
...

Access to graphite3/ (the 0.9.6 install) works fine, access to graphite4/ is busted as described above.  That seems to point the finger at the graphite config on 004 (the 0.9.8 install), but I can't find anything in any of the conf's that makes any difference.  Has anyone run into this before?

Thanks,
Erik Larkin



-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.