1 |
jpp |
1.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 |
|
|
Require all granted |
11 |
|
|
|
12 |
|
|
<IfModule mod_php5.c> |
13 |
|
|
php_value max_execution_time 300 |
14 |
|
|
php_value memory_limit 128M |
15 |
|
|
php_value post_max_size 16M |
16 |
|
|
php_value upload_max_filesize 2M |
17 |
|
|
php_value max_input_time 300 |
18 |
|
|
php_value max_input_vars 10000 |
19 |
|
|
php_value always_populate_raw_post_data -1 |
20 |
|
|
# php_value date.timezone Europe/Riga |
21 |
|
|
</IfModule> |
22 |
|
|
</Directory> |
23 |
|
|
|
24 |
|
|
<Directory "/usr/share/zabbix/conf"> |
25 |
|
|
Require all denied |
26 |
|
|
</Directory> |
27 |
|
|
|
28 |
|
|
<Directory "/usr/share/zabbix/app"> |
29 |
|
|
Require all denied |
30 |
|
|
</Directory> |
31 |
|
|
|
32 |
|
|
<Directory "/usr/share/zabbix/include"> |
33 |
|
|
Require all denied |
34 |
|
|
</Directory> |
35 |
|
|
|
36 |
|
|
<Directory "/usr/share/zabbix/local"> |
37 |
|
|
Require all denied |
38 |
|
|
</Directory> |