]> git.pld-linux.org Git - packages/graphite-web.git/commitdiff
grant access to /usr/share/graphite
authorElan Ruusamäe <glen@delfi.ee>
Tue, 9 Apr 2013 21:01:49 +0000 (00:01 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 9 Apr 2013 21:01:49 +0000 (00:01 +0300)
apache.conf

index 670fc0abda566c0499d56d67c05372bf482562de..a7dfbccbd66ab206337573ef982f51e7bd315281 100644 (file)
@@ -1,11 +1,11 @@
 # 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/ "##PYTHON_SITELIB##/django/contrib/admin/media/"
 
        WSGIScriptAlias / /usr/share/graphite/graphite-web.wsgi
@@ -18,6 +18,8 @@
        <Location "/media/">
                SetHandler None
        </Location>
-
 </VirtualHost>
 
+<Directory /usr/share/graphite>
+       Allow from all
+</Directory>
This page took 0.073161 seconds and 4 git commands to generate.