Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/apache/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Apache 安装和配置MUNIN后(此网页不可用)_Apache_Centos_Munin - Fatal编程技术网

Apache 安装和配置MUNIN后(此网页不可用)

Apache 安装和配置MUNIN后(此网页不可用),apache,centos,munin,Apache,Centos,Munin,我尝试在CEntOS 6.5上安装munin和munin节点 via:yum--enablerepo=epel安装munin munin节点 安装得很好。我已经通过(vi/etc/httpd/conf.d/munin.conf)编辑munin-Apache配置文件配置了Apache,并添加了以下内容: Alias /munin /var/www/html/munin <Directory /var/www/html/munin> Options FollowSymLinks

我尝试在CEntOS 6.5上安装munin和munin节点

via:
yum--enablerepo=epel安装munin munin节点

安装得很好。我已经通过(
vi/etc/httpd/conf.d/munin.conf
)编辑munin-Apache配置文件配置了Apache,并添加了以下内容:

Alias /munin /var/www/html/munin
<Directory /var/www/html/munin>
    Options FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>
我遵循了这个安装指南。 我试了又试

但是我无法访问MUNIN的web gui。有什么建议吗

/etc/init.d/munin-node start
chkconfig munin-node on
service httpd restart