This file is indexed.

/etc/apache2/conf.d/knowledgeroot.conf is in knowledgeroot 0.9.9.5-6.

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
 7
 8
 9
10
11
12
13
Alias /knowledgeroot /usr/share/knowledgeroot/

<DirectoryMatch /usr/share/knowledgeroot/>

Options +FollowSymLinks
AllowOverride None

order deny,allow
deny from all
allow from 127.0.0.0/255.0.0.0
# allow from all

</DirectoryMatch>