summaryrefslogtreecommitdiffstats
path: root/abs/core/zoneminder/httpd-zoneminder.conf
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-09-26 22:09:16 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-09-26 22:09:16 (GMT)
commit75f31c7a5d9c8fc44cf9432a23873cc8b55d036f (patch)
tree135ed2e99ddaeb2d7f5b33ac155b76fdab546adc /abs/core/zoneminder/httpd-zoneminder.conf
parent4add9e1eee8d0f82289600efb4357d2565e5dd09 (diff)
downloadlinhes_pkgbuild-75f31c7a5d9c8fc44cf9432a23873cc8b55d036f.zip
linhes_pkgbuild-75f31c7a5d9c8fc44cf9432a23873cc8b55d036f.tar.gz
linhes_pkgbuild-75f31c7a5d9c8fc44cf9432a23873cc8b55d036f.tar.bz2
zoneminder: update to 1.30. refs #1004
Diffstat (limited to 'abs/core/zoneminder/httpd-zoneminder.conf')
-rw-r--r--abs/core/zoneminder/httpd-zoneminder.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/zoneminder/httpd-zoneminder.conf b/abs/core/zoneminder/httpd-zoneminder.conf
index cdb7722..41b364f 100644
--- a/abs/core/zoneminder/httpd-zoneminder.conf
+++ b/abs/core/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/"
</Directory>
ScriptAlias /cgi-bin "/srv/http/cgi-bin"