From 4ba771bb1d8bd3ee9c08f2ba65b3b3b615377b67 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Thu, 25 Jan 2018 07:15:23 +0100 Subject: pcr/zoneminder: updated to 1.30.4 --- pcr/zoneminder/httpd-zoneminder.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pcr/zoneminder/httpd-zoneminder.conf') diff --git a/pcr/zoneminder/httpd-zoneminder.conf b/pcr/zoneminder/httpd-zoneminder.conf index cdb7722dc..41b364f13 100644 --- a/pcr/zoneminder/httpd-zoneminder.conf +++ b/pcr/zoneminder/httpd-zoneminder.conf @@ -1,4 +1,4 @@ -# /etc/httpd/conf/extra/httpd-zm.conf +# /etc/httpd/conf/extra/httpd-zoneminder.conf # Config for zoneminder web app Alias /zm "/srv/http/zoneminder" @@ -7,8 +7,8 @@ Alias /zm "/srv/http/zoneminder" AllowOverride None Order allow,deny Allow from all - # The code unfortunately uses short tags in many places - php_value short_open_tag On + # Provide PHP directory and file access, see http://php.net/manual/en/ini.core.php#ini.open-basedir + php_admin_value open_basedir "/tmp/:/etc/zm.conf:/srv/http/zoneminder/:/var/cache/zoneminder/:/var/lib/zoneminder/:/var/log/zoneminder/" ScriptAlias /cgi-bin "/srv/http/cgi-bin" -- cgit v1.2.3