Zabbix WEB Interface
I am using linux mint and follow below instructions, however i cannot find why web interface is not working. when i go to http://localhost/zabbix I receive following error
"Not Found
The requested URL /zabbix was not found on this server.
Apache/2.2.17 (Ubuntu) Server at localhost Port 80 "
/var/www (Debian, Ubuntu)
To create subdirectory and copy Zabbix frontend files to it, execute the following commands, replacing actual directory:
mkdir <htdocs>/zabbix
cd frontends/php
cp -a . <htdocs>/zabbix
Can somebody please help me ?
Thanks
I am using linux mint and follow below instructions, however i cannot find why web interface is not working. when i go to http://localhost/zabbix I receive following error
"Not Found
The requested URL /zabbix was not found on this server.
Apache/2.2.17 (Ubuntu) Server at localhost Port 80 "
/var/www (Debian, Ubuntu)
To create subdirectory and copy Zabbix frontend files to it, execute the following commands, replacing actual directory:
mkdir <htdocs>/zabbix
cd frontends/php
cp -a . <htdocs>/zabbix
Can somebody please help me ?
Thanks
Comment