Ad Widget

Collapse

Unable to login zabbix-2.2.21-1 web ui via http authentication

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ankushssgb
    Junior Member
    • Jun 2018
    • 11

    #1

    Unable to login zabbix-2.2.21-1 web ui via http authentication

    I have installed zabbix-2.2.21-1 on CentOS7 with mysql-community-server-5.6.40-2 and have installed httpd httpd-2.4.6-80.el7

    Whenver I set authentication method as http, I am not able to login to zabbix web UI, It is giving below error message:
    Access denied.
    Your are logged in as Admin. You have no permissions to access this page.
    If you think this message is wrong, please consult your administrators about getting the necessary permissions.
    Below are the zabbix.conf file contents for your reference:


    #
    # Zabbix monitoring system php web frontend
    #

    Alias /zabbix /usr/share/zabbix

    <Directory "/usr/share/zabbix">
    Options FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all

    #<IfModule mod_php5.c>
    php_value max_execution_time 300
    php_value memory_limit 128M
    php_value post_max_size 16M
    php_value upload_max_filesize 2M
    php_value max_input_time 300
    php_value date.timezone America/New_York
    #</IfModule>
    </Directory>

    <Directory "/usr/share/zabbix/conf">
    Order deny,allow
    Deny from all
    <files *.php>
    Order deny,allow
    Deny from all
    </files>
    </Directory>

    <Directory "/usr/share/zabbix/include">
    Require all denied
    Order deny,allow
    Deny from all
    <files *.php>
    Order deny,allow
    Deny from all
    </files>
    </Directory>

    Also, I am attaching httpd.conf file content:


    ServerTokens OS

    ServerRoot "/etc/httpd"

    PidFile run/httpd.pid

    Timeout 600

    KeepAlive Off

    MaxKeepAliveRequests 100

    KeepAliveTimeout 15


    <IfModule prefork.c>
    StartServers 8
    MinSpareServers 5
    MaxSpareServers 20
    ServerLimit 256
    MaxClients 256
    MaxRequestsPerChild 4000
    </IfModule>

    <IfModule worker.c>
    StartServers 4
    MaxClients 300
    MinSpareThreads 25
    MaxSpareThreads 75
    ThreadsPerChild 25
    MaxRequestsPerChild 0
    </IfModule>

    Listen 80
    Listen 8084

    Include conf.modules.d/*.conf
    LoadModule auth_basic_module modules/mod_auth_basic.so
    LoadModule auth_digest_module modules/mod_auth_digest.so
    LoadModule authn_file_module modules/mod_authn_file.so
    LoadModule authn_anon_module modules/mod_authn_anon.so
    LoadModule authn_dbm_module modules/mod_authn_dbm.so
    LoadModule authz_host_module modules/mod_authz_host.so
    LoadModule authz_user_module modules/mod_authz_user.so
    LoadModule authz_owner_module modules/mod_authz_owner.so
    LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
    LoadModule authz_dbm_module modules/mod_authz_dbm.so
    LoadModule ldap_module modules/mod_ldap.so
    LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
    LoadModule include_module modules/mod_include.so
    LoadModule log_config_module modules/mod_log_config.so
    LoadModule logio_module modules/mod_logio.so
    LoadModule env_module modules/mod_env.so
    LoadModule ext_filter_module modules/mod_ext_filter.so
    LoadModule mime_magic_module modules/mod_mime_magic.so
    LoadModule expires_module modules/mod_expires.so
    LoadModule deflate_module modules/mod_deflate.so
    LoadModule headers_module modules/mod_headers.so
    LoadModule usertrack_module modules/mod_usertrack.so
    LoadModule setenvif_module modules/mod_setenvif.so
    LoadModule mime_module modules/mod_mime.so
    LoadModule dav_module modules/mod_dav.so
    LoadModule status_module modules/mod_status.so
    LoadModule autoindex_module modules/mod_autoindex.so
    LoadModule info_module modules/mod_info.so
    LoadModule dav_fs_module modules/mod_dav_fs.so
    LoadModule vhost_alias_module modules/mod_vhost_alias.so
    LoadModule negotiation_module modules/mod_negotiation.so
    LoadModule dir_module modules/mod_dir.so
    LoadModule actions_module modules/mod_actions.so
    LoadModule speling_module modules/mod_speling.so
    LoadModule userdir_module modules/mod_userdir.so
    LoadModule alias_module modules/mod_alias.so
    LoadModule substitute_module modules/mod_substitute.so
    LoadModule rewrite_module modules/mod_rewrite.so
    LoadModule proxy_module modules/mod_proxy.so
    LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
    LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
    LoadModule proxy_http_module modules/mod_proxy_http.so
    LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    LoadModule proxy_connect_module modules/mod_proxy_connect.so
    LoadModule cache_module modules/mod_cache.so
    LoadModule suexec_module modules/mod_suexec.so
    LoadModule cgi_module modules/mod_cgi.so
    LoadModule version_module modules/mod_version.so




    Include conf.d/*.conf


    User apache
    Group apache


    ServerAdmin root@localhost


    UseCanonicalName Off

    DocumentRoot "/var/www/html"

    <Directory />
    Options FollowSymLinks
    AllowOverride None
    </Directory>


    <Directory "/var/www/html">

    Options Indexes FollowSymLinks

    AllowOverride None

    Order allow,deny
    Allow from all

    </Directory>

    <IfModule mod_userdir.c>
    #
    # UserDir is disabled by default since it can confirm the presence
    # of a username on the system (depending on home directory
    # permissions).
    #
    UserDir disabled

    #
    # To enable requests to /~user/ to serve the user's public_html
    # directory, remove the "UserDir disabled" line above, and uncomment
    # the following line instead:
    #
    #UserDir public_html

    </IfModule>


    DirectoryIndex index.html index.html.var

    AccessFileName .htaccess

    <Files ~ "^\.ht">
    Order allow,deny
    Deny from all
    Satisfy All
    </Files>

    TypesConfig /etc/mime.types

    DefaultType text/plain

    <IfModule mod_mime_magic.c>
    MIMEMagicFile conf/magic
    </IfModule>

    HostnameLookups Off




    ErrorLog logs/error_log

    LogLevel warn

    LogFormat "%h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-Agent}i"" combined
    LogFormat "%h %l %u %t "%r" %>s %b" common
    LogFormat "%{Referer}i -> %U" referer
    LogFormat "%{User-agent}i" agent





    CustomLog logs/access_log combined

    ServerSignature On

    Alias /icons/ "/var/www/icons/"

    <Directory "/var/www/icons">
    Options Indexes MultiViews FollowSymLinks
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>

    <IfModule mod_dav_fs.c>
    # Location of the WebDAV lock database.
    DAVLockDB /var/lib/dav/lockdb
    </IfModule>

    ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"

    <Directory "/var/www/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    </Directory>




    IndexOptions FancyIndexing VersionSort NameWidth=* HTMLTable Charset=UTF-8

    AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip

    AddIconByType (TXT,/icons/text.gif) text/*
    AddIconByType (IMG,/icons/image2.gif) image/*
    AddIconByType (SND,/icons/sound2.gif) audio/*
    AddIconByType (VID,/icons/movie.gif) video/*

    AddIcon /icons/binary.gif .bin .exe
    AddIcon /icons/binhex.gif .hqx
    AddIcon /icons/tar.gif .tar
    AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
    AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
    AddIcon /icons/a.gif .ps .ai .eps
    AddIcon /icons/layout.gif .html .shtml .htm .pdf
    AddIcon /icons/text.gif .txt
    AddIcon /icons/c.gif .c
    AddIcon /icons/p.gif .pl .py
    AddIcon /icons/f.gif .for
    AddIcon /icons/dvi.gif .dvi
    AddIcon /icons/uuencoded.gif .uu
    AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
    AddIcon /icons/tex.gif .tex
    AddIcon /icons/bomb.gif core

    AddIcon /icons/back.gif ..
    AddIcon /icons/hand.right.gif README
    AddIcon /icons/folder.gif ^^DIRECTORY^^
    AddIcon /icons/blank.gif ^^BLANKICON^^

    DefaultIcon /icons/unknown.gif


    ReadmeName README.html
    HeaderName HEADER.html

    IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t

    AddLanguage ca .ca
    AddLanguage cs .cz .cs
    AddLanguage da .dk
    AddLanguage de .de
    AddLanguage el .el
    AddLanguage en .en
    AddLanguage eo .eo
    AddLanguage es .es
    AddLanguage et .et
    AddLanguage fr .fr
    AddLanguage he .he
    AddLanguage hr .hr
    AddLanguage it .it
    AddLanguage ja .ja
    AddLanguage ko .ko
    AddLanguage ltz .ltz
    AddLanguage nl .nl
    AddLanguage nn .nn
    AddLanguage no .no
    AddLanguage pl .po
    AddLanguage pt .pt
    AddLanguage pt-BR .pt-br
    AddLanguage ru .ru
    AddLanguage sv .sv
    AddLanguage zh-CN .zh-cn
    AddLanguage zh-TW .zh-tw

    LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv zh-CN zh-TW

    ForceLanguagePriority Prefer Fallback

    AddDefaultCharset UTF-8




    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz

    AddType application/x-x509-ca-cert .crt
    AddType application/x-pkcs7-crl .crl




    AddHandler type-map var

    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml





    Alias /error/ "/var/www/error/"

    <IfModule mod_negotiation.c>
    <IfModule mod_include.c>
    <Directory "/var/www/error">
    AllowOverride None
    Options IncludesNoExec
    AddOutputFilter Includes html
    AddHandler type-map var
    Order allow,deny
    Allow from all
    LanguagePriority en es de fr
    ForceLanguagePriority Prefer Fallback
    </Directory>


    </IfModule>
    </IfModule>

    BrowserMatch "Mozilla/2" nokeepalive
    BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
    BrowserMatch "RealPlayer 4\.0" force-response-1.0
    BrowserMatch "Java/1\.0" force-response-1.0
    BrowserMatch "JDK/1\.0" force-response-1.0

    BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
    BrowserMatch "MS FrontPage" redirect-carefully
    BrowserMatch "^WebDrive" redirect-carefully
    BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully
    BrowserMatch "^gnome-vfs/1.0" redirect-carefully
    BrowserMatch "^XML Spy" redirect-carefully
    BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully









    NameVirtualHost *:80


    Please help me with this.

    Thanks,
    Ankush
  • kernbug
    Senior Member
    • Feb 2013
    • 330

    #2
    Hi

    Apache-based (HTTP) authentication can be used to check user names and passwords. Note that a user must exist in Zabbix as well, however its Zabbix password will not be used.
    How to configure Apache Auth: https://httpd.apache.org/docs/2.4/howto/auth.html.
    To switch back for internal auth process check CONFIG table, set authentication_type=0.

    Comment

    • kloczek
      Senior Member
      • Jun 2006
      • 1771

      #3
      Just check apache logs ..
      http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
      https://kloczek.wordpress.com/
      zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
      My zabbix templates https://github.com/kloczek/zabbix-templates

      Comment


      • ankushssgb
        ankushssgb commented
        Editing a comment
        Below are the access_logs from httpd

        10.249.103.63 - - [12/Jun/2018:01:50:27 -0400] "POST /zabbix/jsrpc.php?output=json-rpc HTTP/1.1" 200 1391 "http://vvncomm2/zabbix/authentication.php" "Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0"
        10.249.103.63 - - [12/Jun/2018:01:50:34 -0400] "GET /zabbix/index.php?request=authentication.php HTTP/1.1" 200 1380 "http://vvncomm2/zabbix/index.php?request=authentication.php" "Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0"
        10.249.103.63 - - [12/Jun/2018:01:50:36 -0400] "GET /zabbix/styles/default.css HTTP/1.1" 304 - "http://vvncomm2/zabbix/index.php?request=authentication.php" "Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0"
        10.249.103.63 - - [12/Jun/2018:01:50:36 -0400] "GET /zabbix/styles/color.css HTTP/1.1" 304 - "http://vvncomm2/zabbix/index.php?request=authentication.php" "Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0"
        10.249.103.63 - - [12/Jun/2018:01:50:36 -0400] "GET /zabbix/styles/icon.css HTTP/1.1" 304 - "http://vvncomm2/zabbix/index.php?request=authentication.php" "Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0"
        10.249.103.63 - - [12/Jun/2018:01:51:09 -0400] "GET /zabbix/styles/pages.css HTTP/1.1" 304 - "http://vvncomm2/zabbix/index.php?request=authentication.php" "Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0"
        10.249.103.63 - - [12/Jun/2018:01:51:13 -0400] "GET /zabbix/index.php?request=authentication.php HTTP/1.1" 200 1380 "http://vvncomm2/zabbix/index.php?request=authentication.php" "Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:60.0) Gecko/20100101 Firefox/60.0"

        Also, find below error_log from httpd:

        [Tue Jun 12 01:35:36.758043 2018] [mpm_prefork:notice] [pid 129178] AH00170: caught SIGWINCH, shutting down gracefully
        [Tue Jun 12 01:35:40.830720 2018] [core:notice] [pid 129394] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
        [Tue Jun 12 01:35:40.831302 2018] [suexec:notice] [pid 129394] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
        [Tue Jun 12 01:35:40.977563 2018] [so:warn] [pid 129394] AH01574: module php5_module is already loaded, skipping
        [Tue Jun 12 01:35:40.977619 2018] [so:warn] [pid 129394] AH01574: module ssl_module is already loaded, skipping
        [Tue Jun 12 01:35:40.979354 2018] [auth_digest:notice] [pid 129394] AH01757: generating secret for digest authentication ...
        [Tue Jun 12 01:35:40.980085 2018] [lbmethod_heartbeat:notice] [pid 129394] AH02282: No slotmem from mod_heartmonitor
        [Tue Jun 12 01:35:41.020326 2018] [mpm_prefork:notice] [pid 129394] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_nss/1.0.14 NSS/3.28.4 PHP/5.4.16 configured -- resuming normal operations
        [Tue Jun 12 01:35:41.020355 2018] [core:notice] [pid 129394] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
        [Tue Jun 12 01:48:45.132726 2018] [mpm_prefork:notice] [pid 129394] AH00170: caught SIGWINCH, shutting down gracefully
        [Tue Jun 12 01:48:46.198675 2018] [core:notice] [pid 129613] SELinux policy enabled; httpd running as context system_u:system_r:httpd_t:s0
        [Tue Jun 12 01:48:46.199239 2018] [suexec:notice] [pid 129613] AH01232: suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
        [Tue Jun 12 01:48:46.352549 2018] [so:warn] [pid 129613] AH01574: module auth_basic_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352565 2018] [so:warn] [pid 129613] AH01574: module auth_digest_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352571 2018] [so:warn] [pid 129613] AH01574: module authn_file_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352576 2018] [so:warn] [pid 129613] AH01574: module authn_anon_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352580 2018] [so:warn] [pid 129613] AH01574: module authn_dbm_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352585 2018] [so:warn] [pid 129613] AH01574: module authz_host_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352590 2018] [so:warn] [pid 129613] AH01574: module authz_user_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352594 2018] [so:warn] [pid 129613] AH01574: module authz_owner_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352599 2018] [so:warn] [pid 129613] AH01574: module authz_groupfile_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352606 2018] [so:warn] [pid 129613] AH01574: module authz_dbm_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352613 2018] [so:warn] [pid 129613] AH01574: module ldap_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352624 2018] [so:warn] [pid 129613] AH01574: module authnz_ldap_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352630 2018] [so:warn] [pid 129613] AH01574: module include_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352635 2018] [so:warn] [pid 129613] AH01574: module log_config_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352640 2018] [so:warn] [pid 129613] AH01574: module logio_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352645 2018] [so:warn] [pid 129613] AH01574: module env_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352651 2018] [so:warn] [pid 129613] AH01574: module ext_filter_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352656 2018] [so:warn] [pid 129613] AH01574: module mime_magic_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352661 2018] [so:warn] [pid 129613] AH01574: module expires_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352666 2018] [so:warn] [pid 129613] AH01574: module deflate_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352670 2018] [so:warn] [pid 129613] AH01574: module headers_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352741 2018] [so:warn] [pid 129613] AH01574: module setenvif_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352746 2018] [so:warn] [pid 129613] AH01574: module mime_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352751 2018] [so:warn] [pid 129613] AH01574: module dav_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352756 2018] [so:warn] [pid 129613] AH01574: module status_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352761 2018] [so:warn] [pid 129613] AH01574: module autoindex_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352766 2018] [so:warn] [pid 129613] AH01574: module info_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352779 2018] [so:warn] [pid 129613] AH01574: module dav_fs_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352784 2018] [so:warn] [pid 129613] AH01574: module vhost_alias_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352789 2018] [so:warn] [pid 129613] AH01574: module negotiation_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352794 2018] [so:warn] [pid 129613] AH01574: module dir_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352798 2018] [so:warn] [pid 129613] AH01574: module actions_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352853 2018] [so:warn] [pid 129613] AH01574: module userdir_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352871 2018] [so:warn] [pid 129613] AH01574: module alias_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352876 2018] [so:warn] [pid 129613] AH01574: module substitute_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352880 2018] [so:warn] [pid 129613] AH01574: module rewrite_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352891 2018] [so:warn] [pid 129613] AH01574: module proxy_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352896 2018] [so:warn] [pid 129613] AH01574: module proxy_balancer_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352902 2018] [so:warn] [pid 129613] AH01574: module proxy_ftp_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352906 2018] [so:warn] [pid 129613] AH01574: module proxy_http_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352911 2018] [so:warn] [pid 129613] AH01574: module proxy_ajp_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352916 2018] [so:warn] [pid 129613] AH01574: module proxy_connect_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352921 2018] [so:warn] [pid 129613] AH01574: module cache_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352925 2018] [so:warn] [pid 129613] AH01574: module suexec_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352931 2018] [so:warn] [pid 129613] AH01574: module cgi_module is already loaded, skipping
        [Tue Jun 12 01:48:46.352935 2018] [so:warn] [pid 129613] AH01574: module version_module is already loaded, skipping
        [Tue Jun 12 01:48:46.353187 2018] [so:warn] [pid 129613] AH01574: module php5_module is already loaded, skipping
        [Tue Jun 12 01:48:46.353223 2018] [so:warn] [pid 129613] AH01574: module ssl_module is already loaded, skipping
        [Tue Jun 12 01:48:46.355243 2018] [core:warn] [pid 129613] AH00117: Ignoring deprecated use of DefaultType in line 440 of /etc/httpd/conf/httpd.conf.
        [Tue Jun 12 01:48:46.355667 2018] [auth_digest:notice] [pid 129613] AH01757: generating secret for digest authentication ...
        [Tue Jun 12 01:48:46.356335 2018] [lbmethod_heartbeat:notice] [pid 129613] AH02282: No slotmem from mod_heartmonitor
        [Tue Jun 12 01:48:46.397987 2018] [mpm_prefork:notice] [pid 129613] AH00163: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips mod_nss/1.0.14 NSS/3.28.4 PHP/5.4.16 configured -- resuming normal operations
        [Tue Jun 12 01:48:46.398014 2018] [core:notice] [pid 129613] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'


        Need help to configure authentication method as http.

        Regards,
        Ankush Borse
    • kernbug
      Senior Member
      • Feb 2013
      • 330

      #4
      Hi, Ankush Borse

      Need help to configure authentication method as http.
      Ok, do you have any auth/billing system in you company, for example auth server with radius? Why did you want to use HTTP auth in Zabbix?

      Comment

      Working...