Page 1 of 1

URL "/zm"

Posted: Mon Aug 15, 2016 9:50 pm
by herrjon
I have a beginners question (or so I think).

My zoneminder alias contained within the "conf-available" folder correctly points to "/zm/www" but when I connect to my server the "/zm" location is a folder listing. I have to further browse to the "/zm/www" path in order to get to my index.

I think this is causing my live video to not work as well...

Should the alias be set within the "conf-enabled" folder?

Thanks,
Jon

-------------------

ScriptAlias /zm/cgi-bin "/usr/lib/zoneminder/cgi-bin"
<Directory "/usr/lib/zoneminder/cgi-bin">
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
AllowOverride All
Require all granted
</Directory>

Alias /zm /usr/share/zoneminder/www
<Directory /usr/share/zoneminder/www>
Options Indexes FollowSymLinks
<IfModule mod_dir.c>
DirectoryIndex index.php
</IfModule>
</Directory>

<Directory /usr/share/zoneminder/www/api>
AllowOverride All
</Directory>