
#
# Ganglia monitoring system php web frontend
#
Alias /ganglia /usr/share/ganglia
<Location /ganglia>
Order deny,allow
Require ip 193.168.115.1
Deny from all
Allow from all
# Order deny,allow
# Deny from all
# Allow from 127.0.0.1
# Allow from ::1
# Allow from .example.com
</Location>

用这个地址进行配置
本文介绍了如何配置Ganglia PHP Web前端,特别关注了如何通过Location指令设置IP访问控制策略,以保护系统仅允许特定IP访问监控数据。
2730

被折叠的 条评论
为什么被折叠?



