wiki:jazz/10-09-03

Version 3 (modified by jazz, 14 years ago) (diff)

--

2010-09-03

munin

  • 先前裝 munin 都還蠻方便的,可是最近在 debian testing 上測試,就一直出現 permission denied。今天終於知道原因了,因為新版的 munin 是產生在 /var/cache/munin/www 而非 /var/www/munin,此外在 apache 設定上預設也限制只能從 127.0.0.1 才能看。所以得把那行換掉。
    • munin

      old new  
      11Alias /munin /var/cache/munin/www
      22<Directory /var/cache/munin/www>
      33        Order allow,deny
      4         Allow from localhost 127.0.0.0/8 ::1
       4#        Allow from localhost 127.0.0.0/8 ::1
       5        Allow from all
      56        Options None

netboot.me

  • 使用 netbootme.iso 啟動 Clonezilla Live CD

Attachments (6)

Download all attachments as: .zip