summaryrefslogtreecommitdiff
path: root/pcr/zoneminder-lts/httpd-zoneminder.conf
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-11-06 03:18:22 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-11-06 03:18:22 -0200
commit8ab3c2d0517cb4db3ab2f7635d0b71b701e464ba (patch)
tree4c1cc09aa97b1eeef74104c51cba19f478e12c9a /pcr/zoneminder-lts/httpd-zoneminder.conf
parent662bed5c46f291f040df8a2a946ed2b9caaf26b2 (diff)
parent44510ce78d8724c5a5bf1a2979618bf7825f737a (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/zoneminder-lts/httpd-zoneminder.conf')
-rw-r--r--pcr/zoneminder-lts/httpd-zoneminder.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/pcr/zoneminder-lts/httpd-zoneminder.conf b/pcr/zoneminder-lts/httpd-zoneminder.conf
new file mode 100644
index 000000000..aeb089bc1
--- /dev/null
+++ b/pcr/zoneminder-lts/httpd-zoneminder.conf
@@ -0,0 +1,20 @@
+# /etc/httpd/conf/extra/httpd-zm.conf
+# Config for zoneminder web app
+
+Alias /zm "/srv/http/zoneminder"
+<Directory "/srv/http/zoneminder">
+ Options -Indexes MultiViews FollowSymLinks
+ AllowOverride None
+ Order allow,deny
+ Allow from all
+ # The code unfortunately uses short tags in many places
+ php_value short_open_tag On
+</Directory>
+
+ScriptAlias /cgi-bin "/srv/http/cgi-bin"
+<Directory "/srv/http/cgi-bin">
+ AllowOverride None
+ Options ExecCGI FollowSymLinks
+ Order allow,deny
+ Allow from all
+</Directory>