← Back to team overview

graphite-dev team mailing list archive

Re: [Question #246122]: Upgrade from apache 2.2 to apache 2.4

 

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

    Status: Open => Solved

Alexandr confirmed that the question is solved:
Good morning,

I upgraded apache2 from 2.2.22 to 2.4.7, the only one tweak was required
to make graphite 0.9.10 working.

If you use original graphite installation scheme with installation path
under /opt/graphite you have to definitely allow apache2 to access
/opt/graphite/conf/graphite.wsgi in your virtual host apache config. The
simplest (but not most secure) way is:

        <Directory /opt/graphite/conf/>
                Require all granted
        </Directory>

The question could be closed as solved.

Alexandr

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