I installed Zabbix 2.4 on RedHat and it's zabbix-server is running.
I try to install Zabbix web interface following instructions form https://www.zabbix.com/documentation...lation/install
but on the step where I have to copy the fies to zabbix folder inside htdocs
mkdir <htdocs>/zabbix
cd frontends/php
cp -a . <htdocs>/zabbix
I get error cd: frontends/php: No such file or directory
The folder /var/www/html/zabbix is empty.
Now I have searched for all php directories and found three other ones.
/usr/share/php
/usr/lib64/php
/var/lib/php
Can I copy the content of some of these or I have a different problem?
Thanks
I try to install Zabbix web interface following instructions form https://www.zabbix.com/documentation...lation/install
but on the step where I have to copy the fies to zabbix folder inside htdocs
mkdir <htdocs>/zabbix
cd frontends/php
cp -a . <htdocs>/zabbix
I get error cd: frontends/php: No such file or directory
The folder /var/www/html/zabbix is empty.
Now I have searched for all php directories and found three other ones.
/usr/share/php
/usr/lib64/php
/var/lib/php
Can I copy the content of some of these or I have a different problem?
Thanks
Comment