summaryrefslogtreecommitdiff
path: root/pcr/zoneminder-lts/httpd-zoneminder.conf
diff options
context:
space:
mode:
authorMárcio Alexandre Silva Delgado <coadde@lavabit.com>2012-11-07 03:57:15 -0200
committerMárcio Alexandre Silva Delgado <coadde@lavabit.com>2012-11-07 03:57:15 -0200
commitf72e0535d2d61d406463f32a90de35f34ee65ca3 (patch)
treef60a6b86b0de35241080a9443ba787a068a08694 /pcr/zoneminder-lts/httpd-zoneminder.conf
parent40f6861122683cc6343edc9f369c1c7061590924 (diff)
zoneminder: change zoneminder-libav to default and drop standard and lts packages
Diffstat (limited to 'pcr/zoneminder-lts/httpd-zoneminder.conf')
-rw-r--r--pcr/zoneminder-lts/httpd-zoneminder.conf20
1 files changed, 0 insertions, 20 deletions
diff --git a/pcr/zoneminder-lts/httpd-zoneminder.conf b/pcr/zoneminder-lts/httpd-zoneminder.conf
deleted file mode 100644
index aeb089bc1..000000000
--- a/pcr/zoneminder-lts/httpd-zoneminder.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-# /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>