# DO NOT EDIT - This file is being maintained by Chef
ServerName munin.openstreetmap.org
ServerAlias munin.osm.org
ServerAdmin webmaster@openstreetmap.org
CustomLog /var/log/apache2/munin.openstreetmap.org-access.log combined
ErrorLog /var/log/apache2/munin.openstreetmap.org-error.log
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/
# Remove Proxy request header to mitigate https://httpoxy.org/
RequestHeader unset Proxy early
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