This file is indexed.

/etc/apache2/mods-available/musicindex.conf is in libapache2-mod-musicindex 1.4.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
Alias /musicindex "/usr/share/mod_musicindex"
<Directory "/usr/share/mod_musicindex">
    Order allow,deny
    Allow from all
</Directory>