summaryrefslogtreecommitdiff
path: root/security/zoneminder/files
diff options
context:
space:
mode:
authordsainty <dsainty>2013-03-15 02:01:46 +0000
committerdsainty <dsainty>2013-03-15 02:01:46 +0000
commitbf083f76ebad13387e10e800d24182d1aa2fb4b6 (patch)
treee0ce89ce2870dc2db84ebf1b44aa2a2c01a381e9 /security/zoneminder/files
parent95bd95c13b538bad6573a211f76453942295b01f (diff)
downloadpkgsrc-bf083f76ebad13387e10e800d24182d1aa2fb4b6.tar.gz
ZoneMinder version 1.25.0:
ZoneMinder is intended for use in single or multi-camera video security applications, including commercial or home CCTV, theft prevention and child, family member or home monitoring and other domestic care scenarios such as nanny cam installations. It supports capture, analysis, recording, and monitoring of video data coming from one or more video or network cameras attached to a system. ZoneMinder also support web and semi-automatic control of Pan/Tilt/Zoom cameras using a variety of protocols. It is suitable for use as a DIY home video security system and for commercial or professional video security and surveillance. It can also be integrated into a home automation system via X.10 or other protocols.
Diffstat (limited to 'security/zoneminder/files')
-rw-r--r--security/zoneminder/files/zoneminder.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/zoneminder/files/zoneminder.conf b/security/zoneminder/files/zoneminder.conf
new file mode 100644
index 00000000000..bd47180953a
--- /dev/null
+++ b/security/zoneminder/files/zoneminder.conf
@@ -0,0 +1,18 @@
+# This Apache configuration puts ZoneMinder under /zm.
+
+ScriptAlias /zm/cgi-bin/ "@ZM_HTTPD_CGIBIN@/"
+
+<Directory "@ZM_HTTPD_CGIBIN@">
+ Order allow,deny
+ Allow from all
+</Directory>
+
+Alias /zm "@ZM_HTTPD_ROOT@"
+
+<Directory "@ZM_HTTPD_ROOT@">
+ php_flag register_globals off
+ php_flag short_open_tag on
+ DirectoryIndex index.php
+ Order allow,deny
+ Allow from all
+</Directory>