Ad Widget

Collapse

Client-Access denied to Administration -> General

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vst
    Junior Member
    • Oct 2010
    • 2

    #1

    Client-Access denied to Administration -> General

    Hallo!

    I am just testing out zabbix for my customer, but I have trouble opening the page for creating regular expressions (Administration → General → Regular expressions.) As soon as I try to open Administration -> General I get an Access Dinied with the "Admin" User.

    This is what I get from the apache error_log:
    Code:
    [Fri Oct 08 11:33:10 2010] [error] [client 192.168.33.191] client denied by server configuration: /usr/share/zabbix/config.php, referer: http://zabbix/zabbix/dashboard.php
    In this file I can´t find anything about client-configuration.

    System: SLES 11 SP1
    Zabbix: 1.8.3-1.1 (SuSE-Build-Service)

    I would appreciate if someone could work out a solution with me.
  • vst
    Junior Member
    • Oct 2010
    • 2

    #2
    I have found the solution. It is the access protection for some files in the site configuration of apache for zabbix. If I comment this in /etc/apache2/conf.d/zabbix.conf, everything works fine, but shouldn´t be so secure:

    Code:
    #   <DirectoryMatch "/usr/share/zabbix/(conf|api|include)>
    #        Order Deny,Allow
    #        Deny from All
    #        <files *.php>
    #            Order Deny,Allow
    #            Deny from All
    #        </files>
    #    </DirectoryMatch>

    Comment

    • richlv
      Senior Member
      Zabbix Certified Trainer
      Zabbix Certified SpecialistZabbix Certified Professional
      • Oct 2005
      • 3112

      #3
      you might want to inform packagers that their regexp is incorrect, it should match on conf/, not just conf
      Zabbix 3.0 Network Monitoring book

      Comment

      Working...