Ad Widget

Collapse

zabbix1.8.3 with HTTP Authentication issue

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • john.yan
    Junior Member
    • Apr 2014
    • 6

    #1

    zabbix1.8.3 with HTTP Authentication issue

    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>
    Attached Files
    Last edited by john.yan; 28-05-2014, 03:43.
  • john.yan
    Junior Member
    • Apr 2014
    • 6

    #2
    any help will be appreciated

    any help will be appreciated..........

    Comment

    Working...