]> git.pld-linux.org Git - packages/zabbix.git/commitdiff
frontend-php R: webserver(indexfile); allow apache access to /usr/share/zabbix/fronte...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 5 Nov 2016 17:43:15 +0000 (18:43 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 5 Nov 2016 17:43:15 +0000 (18:43 +0100)
zabbix-apache.conf
zabbix.spec

index 931ef81459d97eb5efc68c15e614a66c18b8bd6b..35429ee04b1827d3dda5932eb69ec5bc41575287 100644 (file)
@@ -1 +1,11 @@
 Alias /zabbix /usr/share/zabbix/frontends/php
+<Directory /usr/share/zabbix/frontends/php>
+       <IfModule mod_authz_host.c>
+               Require all granted
+       </IfModule>
+       <IfModule mod_access_compat.c>
+               Order allow,deny
+               Allow from all
+       </IfModule>
+</Directory>
+
index 32ecb39b44cce9c9661664cf2916afda85361419..e7b349d622ba7e6a8c7ae1e15d0b1fa22aec2fa2 100644 (file)
@@ -129,6 +129,7 @@ Requires:   php(xmlreader)
 Requires:      php(xmlwriter)
 Requires:      webapps
 Requires:      webserver(alias)
+Requires:      webserver(indexfile)
 Requires:      webserver(php)
 Suggests:      php(mysql)
 Suggests:      php(pgsql)
This page took 0.771792 seconds and 4 git commands to generate.