Hi,
Thanks in advance for all the help you can give...
I had 6.4.2 on a CentOs virtual machine. But I want to upgrade and followed the tutorial and everything worked fine.
Then I wanted to update from 7.0 to 7.2 and did. No error, everything worked. Then when I open the site https://zabbix.myLan it gives me a warbibg stating I need to run:
Code:
cp /etc/httpd/conf.d/zabbix.conf /etc/httpd/conf.d/zabbix.conf.bak sed -i 's:/usr/share/zabbix:/usr/share/zabbix/ui:g' /etc/httpd/conf.d/zabbix.conf systemctl restart httpd
I checked the file etc/httpd/conf.d/zabbix.conf
and it had the path wrong. It had:
Code:
Alias /zabbix /usr/share/zabbix/ui/ui
What can I do to save this zabbix installation?
Thanks
Comment