summarylogtreecommitdiffstats
path: root/httpd-zoneminder.conf
diff options
context:
space:
mode:
Diffstat (limited to 'httpd-zoneminder.conf')
-rw-r--r--httpd-zoneminder.conf20
1 files changed, 0 insertions, 20 deletions
diff --git a/httpd-zoneminder.conf b/httpd-zoneminder.conf
deleted file mode 100644
index 41b364f13168..000000000000
--- a/httpd-zoneminder.conf
+++ /dev/null
@@ -1,20 +0,0 @@
-# /etc/httpd/conf/extra/httpd-zoneminder.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
- # Provide PHP directory and file access, see http://php.net/manual/en/ini.core.php#ini.open-basedir
- php_admin_value open_basedir "/tmp/:/etc/zm.conf:/srv/http/zoneminder/:/var/cache/zoneminder/:/var/lib/zoneminder/:/var/log/zoneminder/"
-</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>