I recently installed 1.29.0 on Debian Jessie (8.7). The default apache config file has the following:
Code: Select all
<Directory /usr/share/zoneminder/www>
php_flag register_globals off
Options Indexes FollowSymLinks
<IfModule mod_dir.c>
DirectoryIndex index.php
</IfModule>
</Directory>
When I disable directory listing, it seems that ZM is working fine.
What feature/functionality requires the directory Indexing? Can I disable it?
How can I further secure the default install?
Thanks for your time.