 2008/12/10
2008/12/10
$ sudo apt-get install munin munin-node
$ sudo vi /etc/apache2/conf.d/munin.conf
Alias /munin /var/www/munin
    <Directory \"/var/www/munin\">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
        Allow from 192.168.1
    </Directory>