ganglia简单认证

创建用户认证文件

htpasswd -c /etc/httpd/conf.d/passwords 用户名

创建文件.htaccess在路径/usr/share/ganglia下

内容:

AuthType Basic

AuthName "Restricted Files"

AuthUserFile /etc/httpd/conf.d/passwords

Require user 用户名

修改/etc/httpd/conf/httpd.conf中的内容

<Directory />

        Options FollowSymLinks

        AllowOverride None

</Directory>


<Directory />

        Options FollowSymLinks

        #  AllowOverride None

        AllowOverride AuthConfig

</Directory>

重启apache服务

service httpd restart


posted on   AI001  阅读(198)  评论(0编辑  收藏  举报

导航

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8
点击右上角即可分享
微信分享提示