Hello, I was reading through my ISPConfig 3 manual and I see steps for Apache 2 multiserver setup. But is there any issue with a Nginx multiserver setup? Also I have been looking a Zabbix lately, any issues in using Zabbix along side an ISPConfig 3 setup? Thanks as always folks. Scott
Zabbix giving issues Well I screwed the pooch somehow lol I am having issues with Zabbix and ISPConfig 3 I did the following steps: 1. apt-get install zabbix-server-mysql zabbix-frontend-php zabbix-agent 2. vi /etc/zabbix/zabbix_agentd.conf 2a. Server=127.0.0.1 Hostname=My FQDN 3. /etc/init.d/zabbix-agent restart 4. vi /etc/zabbix/dbconfig.php 4a. Put in mysql password 5. Made a website for "zabbix.MYDOMAIN.com" 6. Enabled PHP for said site. 7. Added /usr/share/zabbix to open_basedir 8. Added the following apache directives: <IfModule mod_alias.c> Alias /zabbix /usr/share/zabbix </IfModule> 9. When I browse to domain/zabbix I get a 403 and this error in the log: [Wed Jul 17 23:58:45 2013] [error] [client 10.1.10.12] client denied by server configuration: /usr/share/zabbix What am I doing wrong fellas? Thanks as always, Scott