summaryrefslogtreecommitdiff
path: root/pcr/zoneminder-lts/httpd-zoneminder.conf
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-11-09 16:46:31 -0200
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2012-11-09 16:46:31 -0200
commit4e8266e93dad145bdcd07d356153937a365b9166 (patch)
treee779f119b94fa7663e8a475193c12a60ac943802 /pcr/zoneminder-lts/httpd-zoneminder.conf
parent90e74e389fa33e42edd1d538e661033929522027 (diff)
parentf19d0f1aeaad720e0559769ce636b3283cf7b8c6 (diff)
downloadabslibre-4e8266e93dad145bdcd07d356153937a365b9166.tar.gz
abslibre-4e8266e93dad145bdcd07d356153937a365b9166.tar.bz2
abslibre-4e8266e93dad145bdcd07d356153937a365b9166.zip
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
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>