The problem is that the apache service doesn't come up. In order to fix this go to /etc/hosts and add your IP address with the hostname "zabbix.domain.com". So, the line in the hosts file should look like this if you set 192.168.1.100 as your IP address:
192.168.1.100 zabbix.domain.com
After that entry, apache will start, simply do a /usr/local/etc/rc.d/apache.sh start
- TWE2002