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.
gentoo-overlay/www-misc/zoneminder/files/10_zoneminder.conf

17 lines
335 B

ScriptAlias /zm/cgi-bin "/usr/libexec/zoneminder/cgi-bin/"
<Directory "/usr/libexec/zoneminder/cgi-bin">
AllowOverride All
Options +ExecCGI
Require all granted
</Directory>
Alias /zm "%ZM_WEBDIR%"
<Directory "%ZM_WEBDIR%">
Options -Indexes +MultiViews +FollowSymLinks
AllowOverride All
Require all granted
</Directory>