Sophie

Sophie

distrib > Mandriva > 2010.2 > x86_64 > by-pkgid > 00759c15b21e328f99ca3d495b2821ae > files > 7

zabbix-1.8.2-3mdv2010.1.src.rpm

#
# 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>