【发布时间】:2013-04-18 04:41:22
【问题描述】:
我已经在我的服务器上安装了 Munin,但是当我尝试访问 mypage.com/munin 时出现 403 错误:禁止访问,您无权访问此服务器上的 /munin/。
我的配置如下:
- node 和 master 安装在同一台服务器上。
-
文件/etc/munin/apache.conf有如下配置
Alias /munin /var/cache/munin/www <Directory /var/cache/munin/www> Order allow,deny Allow from all Options FollowSymLinks SymLinksIfOwnerMatch <IfModule mod_expires.c> ExpiresActive On ExpiresDefault M310 </IfModule> </Directory> -
munin conf 是 /etc/munin/munin.conf
dbdir /var/lib/munin htmldir /var/cache/munin/www logdir /var/log/munin rundir /var/run/munin .... [myserver] address 127.0.0.1 use_node_name yes 而节点配置(/etc/munin/munin-node.conf)是默认配置。
在文件夹 /var/cache/munin/www 中没有生成图表,因为这个文件夹是空的,而且没有生成日志,我不明白为什么。
【问题讨论】: