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
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
Comment