summaryrefslogtreecommitdiffstats
path: root/abs/core/zoneminder/httpd-zm.conf
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-09-24 07:20:54 (GMT)
committerCecil <knoppmyth@gmail.com>2011-09-24 07:20:54 (GMT)
commite536287c3be71facd87152fce7d52a2b29c0ecf9 (patch)
tree660ba74b0e76f09572224b3dde9a1bb9f49291bb /abs/core/zoneminder/httpd-zm.conf
parentf514b16b0faa7487af9b6e3fecc5b1c8b0955b6e (diff)
parent848229e1de18d7bb2893e6cd78f71f315935685c (diff)
downloadlinhes_pkgbuild-e536287c3be71facd87152fce7d52a2b29c0ecf9.zip
linhes_pkgbuild-e536287c3be71facd87152fce7d52a2b29c0ecf9.tar.gz
linhes_pkgbuild-e536287c3be71facd87152fce7d52a2b29c0ecf9.tar.bz2
Merge branch 'testing' of ssh://cesman@linhes.org/mount/repository/linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/zoneminder/httpd-zm.conf')
-rwxr-xr-xabs/core/zoneminder/httpd-zm.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/abs/core/zoneminder/httpd-zm.conf b/abs/core/zoneminder/httpd-zm.conf
new file mode 100755
index 0000000..bdd29d7
--- /dev/null
+++ b/abs/core/zoneminder/httpd-zm.conf
@@ -0,0 +1,18 @@
+# /etc/httpd/conf/extra/httpd-zm.conf
+# Config for zoneminder web app
+
+Alias /zm "/var/lib/zm/www"
+<Directory "/var/lib/zm/www">
+ Options -Indexes MultiViews FollowSymLinks
+ AllowOverride All
+ Order allow,deny
+ Allow from all
+</Directory>
+
+ScriptAlias /cgi-zm "/var/lib/zm/cgi-bin"
+<Directory "/var/lib/zm/cgi-bin">
+ AllowOverride All
+ Options ExecCGI
+ Order allow,deny
+ Allow from all
+</Directory>