summaryrefslogtreecommitdiff
path: root/pcr/zoneminder/httpd-zoneminder.conf
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-10-22 23:03:46 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-10-22 23:03:46 -0200
commit93643331275b8ef2c4070077f260a52431133713 (patch)
tree0bd0a600fdbb3aeb6954c05bed9103101ad9d4b0 /pcr/zoneminder/httpd-zoneminder.conf
parent10970cba29cb1f265bcd7045a693e50ac6bf24b0 (diff)
parent72780d31ec566cbd62df57a6ba4d8fc7bc90bf56 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/zoneminder/httpd-zoneminder.conf')
-rw-r--r--pcr/zoneminder/httpd-zoneminder.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/pcr/zoneminder/httpd-zoneminder.conf b/pcr/zoneminder/httpd-zoneminder.conf
new file mode 100644
index 000000000..aeb089bc1
--- /dev/null
+++ b/pcr/zoneminder/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>