I've just installed Munin for the first time in around twelve months, and I've hit a familiar error.
I remember from last year that there is an oddity where Munin wants to keep its html files in /var/cache/munin/www, rather than the usual /var/www/munin. I seem to remember being able to change the config files accordingly, and force the app to put the files in the right place, and everything worked fine.
Tonight though, I managed to make Munin write the files to the correct directory, but for some reason Apache isn't pointing to them correctly.
For example, the monitoring should be available at website.com/munin - website.com is in /var/www - but for some reason Apache keeps pointing to where Munin originally wanted to put the files. If I copy everything back to /var/cache/munin/www, it works.
Is there an Apache setting I have missed anywhere? I'm not sure where it could be, but something is obviously stopping Apache from serving website.com/munin from /var/www/munin.
All that make any sense?
Cheers.