i want to use HTTP Authentication function, but it seems not working properly, can somebody help me?
thanks in advance..
My httpd.conf:
<Location "/var/www/html/zabbix">
AuthUserFile /etc/httpd/htpasswd
AuthName "Zabbix Authentication"
AuthGroupFile /dev/null
AuthType Basic
Require valid-user
</Location>
thanks in advance..
My httpd.conf:
<Location "/var/www/html/zabbix">
AuthUserFile /etc/httpd/htpasswd
AuthName "Zabbix Authentication"
AuthGroupFile /dev/null
AuthType Basic
Require valid-user
</Location>
Comment