You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
444 B
19 lines
444 B
ScriptAlias /cgi-bin/zms "/usr/libexec/zoneminder/cgi-bin/zms"
|
|
ScriptAlias /cgi-bin/nph-zms "/usr/libexec/zoneminder/cgi-bin/nph-zms"
|
|
|
|
<Directory "/usr/libexec/zoneminder/cgi-bin">
|
|
AllowOverride All
|
|
Options ExecCGI
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|
|
|
|
Alias /zoneminder "%ZM_WEBDIR%"
|
|
|
|
<Directory "%ZM_WEBDIR%">
|
|
Options -Indexes MultiViews FollowSymLinks
|
|
AllowOverride All
|
|
Order allow,deny
|
|
Allow from all
|
|
</Directory>
|