Was running Zabbix 2.4 on Centos 6.7 and instead of upgrading I decided to just install from scratch. So I removed all zabbix packages, dropped the database, and deleted /etc/zabbix/*. I followed installation instructions here and when I go to access http://localhost/zabbix I get The requested URL /zabbix was not found on this server. I'm able to browse http://localhost/phpmyadmin so I know httpd is working. When I look at apache logs I see:
When I browse to /var/www/html/ it is completely empty!
I verified that service zabbix-server has been started.
Here are my installed packages:
How can I fix this?
Code:
[Mon May 30 15:15:41 2016] [error] [client 192.168.1.10] File does not exist: /var/www/html/zabbix
I verified that service zabbix-server has been started.
Here are my installed packages:
Code:
[root@rmon zabbix]# yum list installed | grep zabbix
fping.x86_64 2.4b2-16.el6 @zabbix-non-supported
zabbix-agent.x86_64 3.0.3-1.el6 @zabbix
zabbix-release.noarch 3.0-1.el6 installed
zabbix-server-mysql.x86_64
3.0.3-1.el6 @zabbix
zabbix-web.noarch 3.0.3-1.el6 @zabbix
zabbix-web-mysql.noarch
3.0.3-1.el6 @zabbix
Comment