Parent Directory | Revision Log | Revision Graph
import
1 | # |
2 | # Zabbix monitoring system php web frontend |
3 | # |
4 | |
5 | Alias /zabbix /usr/share/zabbix |
6 | |
7 | <Directory "/usr/share/zabbix"> |
8 | Options FollowSymLinks |
9 | AllowOverride None |
10 | Order allow,deny |
11 | Allow from all |
12 | </Directory> |
13 | |
14 | <Directory "/usr/share/zabbix/include"> |
15 | Order deny,allow |
16 | Deny from all |
17 | <files *.php> |
18 | Order deny,allow |
19 | Deny from all |
20 | </files> |
21 | </Directory> |
22 | |
23 | <Directory "/usr/share/zabbix/include/classes"> |
24 | Order deny,allow |
25 | Deny from all |
26 | <files *.php> |
27 | Order deny,allow |
28 | Deny from all |
29 | </files> |
30 | </Directory> |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |