mirror of
https://abf.rosa.ru/djam/zabbix.git
synced 2025-02-24 02:12:50 +00:00
35 lines
701 B
Text
35 lines
701 B
Text
![]() |
#
|
||
|
# Zabbix monitoring system php web frontend
|
||
|
#
|
||
|
|
||
|
Alias /zabbix /usr/share/zabbix
|
||
|
|
||
|
<Directory "/usr/share/zabbix">
|
||
|
Options FollowSymLinks
|
||
|
AllowOverride None
|
||
|
Order allow,deny
|
||
|
Allow from all
|
||
|
php_value memory_limit 128M
|
||
|
php_value post_max_size 16M
|
||
|
php_value max_execution_time 300
|
||
|
php_value max_input_time 300
|
||
|
</Directory>
|
||
|
|
||
|
<Directory "/usr/share/zabbix/include">
|
||
|
Order deny,allow
|
||
|
Deny from all
|
||
|
<files *.php>
|
||
|
Order deny,allow
|
||
|
Deny from all
|
||
|
</files>
|
||
|
</Directory>
|
||
|
|
||
|
<Directory "/usr/share/zabbix/include/classes">
|
||
|
Order deny,allow
|
||
|
Deny from all
|
||
|
<files *.php>
|
||
|
Order deny,allow
|
||
|
Deny from all
|
||
|
</files>
|
||
|
</Directory>
|