This file is indexed.

/etc/iptotal/apache.conf is in iptotal 0.3.3-13.

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
Alias /iptotal /var/lib/iptotal/

<Directory /var/lib/iptotal>
    Options +FollowSymLinks
    AllowOverride None
    order allow,deny
    allow from all
    DirectoryIndex template.html
</Directory>