diff options
author | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2012-10-21 19:50:41 -0200 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@lavabit.com> | 2012-10-21 19:50:41 -0200 |
commit | b4ce63a23bfc79192dfc546c4196ec651dd31393 (patch) | |
tree | ea8bc3704eaf8fc6ad76a86c9218a1f71fc5f4e1 /pcr/zoneminder/httpd-zm.conf | |
parent | 2ecf59e36659c710c187166da65d40e0d8b6af7b (diff) | |
download | abslibre-b4ce63a23bfc79192dfc546c4196ec651dd31393.tar.gz abslibre-b4ce63a23bfc79192dfc546c4196ec651dd31393.tar.bz2 abslibre-b4ce63a23bfc79192dfc546c4196ec651dd31393.zip |
zoneminder: fixing package
Diffstat (limited to 'pcr/zoneminder/httpd-zm.conf')
-rw-r--r-- | pcr/zoneminder/httpd-zm.conf | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/pcr/zoneminder/httpd-zm.conf b/pcr/zoneminder/httpd-zm.conf deleted file mode 100644 index aeb089bc1..000000000 --- a/pcr/zoneminder/httpd-zm.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> |