1 2 3 4 5 6 7 8 9
<VirtualHost *> ServerName <%= @name %> DocumentRoot /var/cache/munin/www/ <Location /> order allow,deny Allow from all </Location> </VirtualHost>