X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/37eda569bbcd164adb05e78d23fc0221a8e96c56..73a67339250bfe5c89820ed34e84329cc42e346c:/cookbooks/munin/templates/default/apache.erb diff --git a/cookbooks/munin/templates/default/apache.erb b/cookbooks/munin/templates/default/apache.erb index 59598acab..141d2a50f 100644 --- a/cookbooks/munin/templates/default/apache.erb +++ b/cookbooks/munin/templates/default/apache.erb @@ -8,9 +8,28 @@ CustomLog /var/log/apache2/munin.openstreetmap.org-access.log combined ErrorLog /var/log/apache2/munin.openstreetmap.org-error.log - DocumentRoot /var/cache/munin/www + SetEnv RRDCACHED_ADDRESS /var/run/rrdcached.sock + + DocumentRoot /srv/munin.openstreetmap.org + Alias /static/favicon.ico /srv/munin.openstreetmap.org/favicon.ico + Alias /static/ /etc/munin/static/ + ScriptAlias /munin-cgi/ /usr/lib/munin/cgi/ + + RewriteEngine on + RewriteCond %{REQUEST_URI} !^/static/ + RewriteRule ^(/.*\.html)?$ /munin-cgi/munin-cgi-html/$1 [PT] - + + Require all granted + + + + Require all granted + + + + Options +ExecCGI + SetHandler fcgid-script Require all granted