Hi Marc, On Mittwoch, 2. Juni 2010, Marc Haber wrote: > I have munin configured to run as CGI. When I call up > http://localhost/munin/localdomain/localhost.localdomain.html, I get a
have you tried http://localhost/munin/localdomain/localhost.localdomain/ ? is munin-cgi-graph able to write the log files and graphic files? (I added the munin user to the www-data group for that and chgrp'ed some directories for that...) # munin-cgi-graph should be able to write to the log file and graphics files. $ROOTCMD adduser --quiet munin www-data $ROOTCMD chgrp www-data /var/log/munin /var/log/munin/munin-graph.log $ROOTCMD chmod g+w /var/log/munin /var/log/munin/munin-graph.log $ROOTCMD chgrp -R www-data /var/cache/munin/www $ROOTCMD chmod -R g+w /var/cache/munin/www cheers, Holger
signature.asc
Description: This is a digitally signed message part.

