diff options
Diffstat (limited to 'abs/core/zoneminder/httpd-zm.conf')
-rwxr-xr-x | abs/core/zoneminder/httpd-zm.conf | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/abs/core/zoneminder/httpd-zm.conf b/abs/core/zoneminder/httpd-zm.conf deleted file mode 100755 index bdd29d7..0000000 --- a/abs/core/zoneminder/httpd-zm.conf +++ /dev/null @@ -1,18 +0,0 @@ -# /etc/httpd/conf/extra/httpd-zm.conf -# Config for zoneminder web app - -Alias /zm "/var/lib/zm/www" -<Directory "/var/lib/zm/www"> - Options -Indexes MultiViews FollowSymLinks - AllowOverride All - Order allow,deny - Allow from all -</Directory> - -ScriptAlias /cgi-zm "/var/lib/zm/cgi-bin" -<Directory "/var/lib/zm/cgi-bin"> - AllowOverride All - Options ExecCGI - Order allow,deny - Allow from all -</Directory> |