For example, I have server host.example.com. It hosts bunch of sites with personal domains - example1.com, example2.com, example3.com etc.
I installed and configured zabbix, and I want to get access to it via host.example.com/zabbix. Where is I can write something like
? :-/
I installed and configured zabbix, and I want to get access to it via host.example.com/zabbix. Where is I can write something like
Code:
Alias /zabbix /usr/share/zabbix
<Directory "/usr/share/zabbix">
Options Indexes FollowSymLinks
DirectoryIndex index.php
AllowOverride none
allow from all
</Directory>