← Back to team overview

graphite-dev team mailing list archive

Re: [Question #262426]: Graphite only has top banner

 

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

    Status: Answered => Open

Brad H is still having a problem:
It works now!  Thank you so much!

On Mon, Feb 23, 2015 at 9:01 AM, Sean Burlington <
question262426@xxxxxxxxxxxxxxxxxxxxx> wrote:

> Your question #262426 on Graphite changed:
> https://answers.launchpad.net/graphite/+question/262426
>
>     Status: Open => Answered
>
> Sean Burlington proposed the following answer:
> I had the same problem on centos 6.6
>
> The javascript files under /content/ were generating empty responses
>
>
> I modified /etc/httpd/conf.d/graphite-web.conf to add an Alias for
> /content/
>
> I have other servers that do not need this line, so I guess something in
> centos changed - but I can't see what.
>
>
> # Graphite Web Basic mod_wsgi vhost
>
> <VirtualHost *:80>
>
>     ServerName graphite-web
>     DocumentRoot "/usr/share/graphite/webapp"
>     ErrorLog /var/log/httpd/graphite-web-error.log
>     CustomLog /var/log/httpd/graphite-web-access.log common
>     Alias /media/
> "/usr/lib/python2.6/site-packages/django/contrib/admin/media/"
>     Alias /content/ "/usr/share/graphite/webapp/content/"
>
>     WSGIScriptAlias / /usr/share/graphite/graphite-web.wsgi
>     WSGIImportScript /usr/share/graphite/graphite-web.wsgi
> process-group=%{GLOBAL} application-group=%{GLOBAL}
>
>     <Location "/content/">
>         SetHandler None
>     </Location>
>
>     <Location "/media/">
>         SetHandler None
>     </Location>
>
> </VirtualHost>
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
>
> https://answers.launchpad.net/graphite/+question/262426/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/graphite/+question/262426
>
> You received this question notification because you asked the question.
>

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