summaryrefslogtreecommitdiffstats
path: root/abs/core/zoneminder/httpd-zm.conf
blob: bdd29d7466a56cbe70ace3e4e7428eaf00f34542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# /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>