summaryrefslogtreecommitdiff
path: root/pcr/zoneminder-libav/httpd-zoneminder.conf
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2012-11-05 01:09:53 -0200
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2012-11-05 01:09:53 -0200
commit6f5597aa7308b8185b341c5dea4b303078a49425 (patch)
treed6ab3b1e05905c6aee0f39a8018555926e6cde40 /pcr/zoneminder-libav/httpd-zoneminder.conf
parent80a190a9f2a31cb5be75dd3564fb212758511218 (diff)
zoneminder-libav: add package to pcr repo
Diffstat (limited to 'pcr/zoneminder-libav/httpd-zoneminder.conf')
-rw-r--r--pcr/zoneminder-libav/httpd-zoneminder.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/pcr/zoneminder-libav/httpd-zoneminder.conf b/pcr/zoneminder-libav/httpd-zoneminder.conf
new file mode 100644
index 000000000..aeb089bc1
--- /dev/null
+++ b/pcr/zoneminder-libav/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>