Hello,
I've installed Zabbix 1.4.4 (server side) on RHEL4 with Oracle database. I've followed the steps in the manuel (see 3.4.3).
I already have an Apache (with PHP 4.3.9) running under root on which I have configured the httpd.conf adding :
But when I try to access http://localhost/zabbix/ I've got a blank page.
I tryed to add a page "phpinfo.php" in the php in frontends/php and it works when I test http://localhost/zabbix/phpinfo.php so it doesn't seem apache to be guilty of that.
Did I missed something during the zabbix install ?
...need help...
I've installed Zabbix 1.4.4 (server side) on RHEL4 with Oracle database. I've followed the steps in the manuel (see 3.4.3).
I already have an Apache (with PHP 4.3.9) running under root on which I have configured the httpd.conf adding :
Code:
Alias /zabbix/ "/path/to/install/folder/frontends/php"
I tryed to add a page "phpinfo.php" in the php in frontends/php and it works when I test http://localhost/zabbix/phpinfo.php so it doesn't seem apache to be guilty of that.
Did I missed something during the zabbix install ?
...need help...

Comment