summaryrefslogtreecommitdiffstats
path: root/abs/core/zoneminder/httpd-zoneminder.conf
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-12-20 17:12:23 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-12-20 17:12:23 (GMT)
commitcc90fc2cb2d57a6bf9b040001f8950fff50c967a (patch)
treec6408835943e349cf11f933e1f7687f418a71048 /abs/core/zoneminder/httpd-zoneminder.conf
parentf7ae4ba2fd32b939353f06c9f39d7dcdbd229601 (diff)
downloadlinhes_pkgbuild-cc90fc2cb2d57a6bf9b040001f8950fff50c967a.zip
linhes_pkgbuild-cc90fc2cb2d57a6bf9b040001f8950fff50c967a.tar.gz
linhes_pkgbuild-cc90fc2cb2d57a6bf9b040001f8950fff50c967a.tar.bz2
zoneminder: update to 1.28
Diffstat (limited to 'abs/core/zoneminder/httpd-zoneminder.conf')
-rw-r--r--abs/core/zoneminder/httpd-zoneminder.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/zoneminder/httpd-zoneminder.conf b/abs/core/zoneminder/httpd-zoneminder.conf
index aeb089b..cdb7722 100644
--- a/abs/core/zoneminder/httpd-zoneminder.conf
+++ b/abs/core/zoneminder/httpd-zoneminder.conf
@@ -3,7 +3,7 @@
Alias /zm "/srv/http/zoneminder"
<Directory "/srv/http/zoneminder">
- Options -Indexes MultiViews FollowSymLinks
+ Options -Indexes +MultiViews +FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
@@ -14,7 +14,7 @@ Alias /zm "/srv/http/zoneminder"
ScriptAlias /cgi-bin "/srv/http/cgi-bin"
<Directory "/srv/http/cgi-bin">
AllowOverride None
- Options ExecCGI FollowSymLinks
+ Options +ExecCGI +FollowSymLinks
Order allow,deny
Allow from all
</Directory>