← Back to team overview

graphite-dev team mailing list archive

Re: [Question #649208]: Can't collectstatic

 

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

Mariano posted a new comment:
Hi again,
	if you change your httpd.conf 

	<Directory />
	    AllowOverride none
	    Require all denied
	</Directory>

to this:

	<Directory />
	    AllowOverride none
	    Require all granted
	</Directory>

Now all working fine!

M.

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