Ad Widget

Collapse

Can't access Frontpage 6.03

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sojjan1337
    Junior Member
    • Nov 2020
    • 16

    #1

    Can't access Frontpage 6.03

    Hi! for some reason i can't access the start-page. I have installed 6.0.0 Alpha3 and the server is running.
    Following this: https://www.zabbix.com/documentation...lation/install / 2 Installing Zabbix web interface



    Running httpd and copy the ui files to /html/zabbix


    Just getting 500 error. I have checked the httpd access/error logs but can't find any info. The default page works.

    zabbix.config.php:

    <?php
    // Zabbix GUI configuration file.

    $DB['TYPE'] = 'POSTGRESQL';
    $DB['SERVER'] = 'localhost';
    $DB['PORT'] = '0';
    $DB['DATABASE'] = 'zabbix';
    $DB['USER'] = 'zabbix';
    $DB['PASSWORD'] = ''password';

    // Schema name. Used for PostgreSQL.
    $DB['SCHEMA'] = '';


    Postgres 14
    RHEL 8.4
    Zabbix 6.0.0. Alpha3
    Last edited by sojjan1337; 02-10-2021, 10:54.
  • sojjan1337
    Junior Member
    • Nov 2020
    • 16

    #2
    Forgot to install some packages. My bad!

    Comment

    Working...