diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-09 16:46:31 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-11-09 16:46:31 -0200 |
commit | 4e8266e93dad145bdcd07d356153937a365b9166 (patch) | |
tree | e779f119b94fa7663e8a475193c12a60ac943802 /pcr/zoneminder-lts/httpd-zoneminder.conf | |
parent | 90e74e389fa33e42edd1d538e661033929522027 (diff) | |
parent | f19d0f1aeaad720e0559769ce636b3283cf7b8c6 (diff) | |
download | abslibre-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.conf | 20 |
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> |