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

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

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


Revision 1.2 - (show annotations) (download)
Thu May 14 03:38:51 2020 UTC (4 years ago) by jpp
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
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 RSS 2.0 feed