Hi all !
Apache2 and mysql are running my great zabbix.
I can access it by typing: mywebsite.tld/zabbix and all works good.
I'd like to access it by typing: zabbix.mywebsite.tld
I've set up my DNS correctly.
I created an apache2 virtualhost, same type as the other ones.
Surprizingly, not working.
I saw zabbix is accessed via /etc/zabbix/apache.conf which contains an alias /zabbix, not a virtualhost.
I tried many things within, with and without this file; not working
I also tried to ln -s /usr/share/zabbix/ to /var/www/html/zabbix, and set up my apache2 virtualhost to point to it insted of /usr/share/zabbix, and have set up www-data permissions on it; not working
Is there any solution ?
Thx !
Apache2 and mysql are running my great zabbix.
I can access it by typing: mywebsite.tld/zabbix and all works good.
I'd like to access it by typing: zabbix.mywebsite.tld
I've set up my DNS correctly.
I created an apache2 virtualhost, same type as the other ones.
Surprizingly, not working.
I saw zabbix is accessed via /etc/zabbix/apache.conf which contains an alias /zabbix, not a virtualhost.
I tried many things within, with and without this file; not working
I also tried to ln -s /usr/share/zabbix/ to /var/www/html/zabbix, and set up my apache2 virtualhost to point to it insted of /usr/share/zabbix, and have set up www-data permissions on it; not working
Is there any solution ?
Thx !
Comment