zabbix frontend webinterface gives error 404 (ubunutu server 14.04) zabbix frontend webinterface gives error 404 (ubunutu server 14.04) linux linux

zabbix frontend webinterface gives error 404 (ubunutu server 14.04)


Though xunil's answer is right, let me correct it a little bit corresponding to the Ubuntu 14.04 and it's Apache 2.4

ln -s /etc/zabbix/apache.conf /etc/apache2/conf-available/zabbix.conf

It will put a symlink to the Apache config folder...

a2enconf zabbix.confservice apache2 reload

...and these will reload the server to pick up the new configurations.


sudo cp /usr/share/doc/zabbix-frontend-php/examples/apache.conf /etc/apache2/conf-available/zabbix.confsudo a2enconf zabbix.confsudo service apache2 reload