This file is indexed.

/etc/apache2/conf-available/dotclear.conf is in dotclear 2.8.0+dfsg-1ubuntu1.

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
6
Alias /dotclear/ /usr/share/dotclear/web/

<Directory /usr/share/dotclear/web/>
    DirectoryIndex index.php
    Options +FollowSymLinks -Indexes
</Directory>