1 |
# |
2 |
# Zabbix monitoring system php web frontend |
3 |
# |
4 |
|
5 |
Alias /zabbix /usr/share/zabbix/web |
6 |
|
7 |
<Directory "/usr/share/zabbix"> |
8 |
Options FollowSymLinks |
9 |
AllowOverride None |
10 |
Order allow,deny |
11 |
Allow from all |
12 |
php_value memory_limit 128M |
13 |
php_value post_max_size 16M |
14 |
php_value max_execution_time 300 |
15 |
php_value max_input_time 300 |
16 |
</Directory> |
17 |
|
18 |
<Directory "/usr/share/zabbix/web/include"> |
19 |
Order deny,allow |
20 |
Deny from all |
21 |
<files *.php> |
22 |
Order deny,allow |
23 |
Deny from all |
24 |
</files> |
25 |
</Directory> |
26 |
|
27 |
<Directory "/usr/share/zabbix/web/include/classes"> |
28 |
Order deny,allow |
29 |
Deny from all |
30 |
<files *.php> |
31 |
Order deny,allow |
32 |
Deny from all |
33 |
</files> |
34 |
</Directory> |