Hello everyone I just signed up and I'm new to Zabbix.
I installed Zabbix on Ubuntu Xenial in a virtualbox machine with a fixed IP address (don't know if it's needed but i prefer). I followed this tutorial https://tecadmin.net/install-zabbix-on-ubuntu/
But when I try http://192.168.1.28/zabbix/setup.php the server returns nothing but an error. It says there is no content at all.
Indeed when i check files in the DocumentRoot of Apache there is just index.php in /var/www/html so I copy /usr/share/zabbix in /var/www/html and i get all files in the correct folder.
So I try again but I can't have php running (from my laptop with firefox) or form the server itself it doesn't work.
Basically, I can run phpinfo() form the server by executing the file directly in the console but not from my host computer or as a client in a browser.
It sounds weird
I would like to add screen but there is no option.
In the meantime, I tried 192.168.28/zabbix/setup.php
and it shows me the php code, not its result so i don't understand why php cannot run whereas I can make it run with a simple apache2 web server.
Here with Zabbix it knocks me out lol
If you need some material to better understanding my issue, ask for it
I installed Zabbix on Ubuntu Xenial in a virtualbox machine with a fixed IP address (don't know if it's needed but i prefer). I followed this tutorial https://tecadmin.net/install-zabbix-on-ubuntu/
But when I try http://192.168.1.28/zabbix/setup.php the server returns nothing but an error. It says there is no content at all.
Indeed when i check files in the DocumentRoot of Apache there is just index.php in /var/www/html so I copy /usr/share/zabbix in /var/www/html and i get all files in the correct folder.
So I try again but I can't have php running (from my laptop with firefox) or form the server itself it doesn't work.
Basically, I can run phpinfo() form the server by executing the file directly in the console but not from my host computer or as a client in a browser.
It sounds weird

I would like to add screen but there is no option.
In the meantime, I tried 192.168.28/zabbix/setup.php
and it shows me the php code, not its result so i don't understand why php cannot run whereas I can make it run with a simple apache2 web server.
Here with Zabbix it knocks me out lol
If you need some material to better understanding my issue, ask for it

Comment