This file is indexed.

/etc/apache2/conf.d/ltsp-cluster-control.conf is in ltsp-cluster-control 2.0.3-0ubuntu1.

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

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copyright 2004, Revolution Linux Inc., Benoit des Ligneris
#
# The MILLE-XTERM framework is covered by the GNU General Public License.  See
# the COPYING file in the top-level directory.
# -------------------------------------------------------------------------

Alias /ltsp-cluster-control /usr/share/ltsp-cluster-control
<Directory /usr/share/ltsp-cluster-control/Admin>
Options +Indexes
Order allow,deny
Allow from all
</Directory>

<Directory /usr/share/ltsp-cluster-control/Tech>
Options +Indexes
Order allow,deny
Allow from all
</Directory>

<Directory /usr/share/ltsp-cluster-control/Terminal>
Options +Indexes
php_value arg_separator.input /
Order allow,deny
Allow from all
</Directory>

<Directory /usr/share/ltsp-cluster-control/Admin/util>
Order Allow,Deny
Allow from none
Deny from all
</Directory>

<Directory /usr/share/ltsp-cluster-control/Admin/util/statistics>
Options +Indexes
Order allow,deny
Allow from all
</Directory>