/[smecontribs]/rpms/zabbix/contribs7/zabbix-web.conf
ViewVC logotype

Contents of /rpms/zabbix/contribs7/zabbix-web.conf

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Mon Mar 2 23:31:30 2009 UTC (15 years, 2 months ago) by slords
Branch: MAIN
CVS Tags: zabbix-1_6_6-1_el4_sme, zabbix-1_6_4-1_el4_sme, zabbix-1_6_6-2_el4_sme, zabbix-1_6_2-4_el4_sme, zabbix-1_6_7-2_el4_sme, zabbix-1_6_5-1_el4_sme, zabbix-1_6_3-0_el4_sme, zabbix-1_6_2-3_el4_sme, zabbix-1_6_9-2_el4_sme, zabbix-1_6_8-2_el4_sme, HEAD
Initial import of zabbix

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 RSS 2.0 feed