summaryrefslogtreecommitdiff
path: root/pcr/zoneminder/httpd-zoneminder.conf
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-11-11 00:49:16 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-11-11 00:49:16 -0200
commitea6033158ac98278a3ae9c72bfdb1600d3291d51 (patch)
treec90613de5684c78c97688fc147238f570c249405 /pcr/zoneminder/httpd-zoneminder.conf
parentede60ed00d4c781adadca99ddef19be1bf56e8aa (diff)
parent9c42bad2321700894b65373a0de4f1118959da34 (diff)
downloadabslibre-ea6033158ac98278a3ae9c72bfdb1600d3291d51.tar.gz
abslibre-ea6033158ac98278a3ae9c72bfdb1600d3291d51.tar.bz2
abslibre-ea6033158ac98278a3ae9c72bfdb1600d3291d51.zip
Merge branch 'master' of ssh://projects.parabola.nu/~git/abslibre
Diffstat (limited to 'pcr/zoneminder/httpd-zoneminder.conf')
-rw-r--r--pcr/zoneminder/httpd-zoneminder.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/zoneminder/httpd-zoneminder.conf b/pcr/zoneminder/httpd-zoneminder.conf
index aeb089bc1..cdb7722dc 100644
--- a/pcr/zoneminder/httpd-zoneminder.conf
+++ b/pcr/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>