This file is indexed.

/etc/apache2/conf.d/dhelp.conf is in dhelp 0.6.20+nmu1.

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
<Location /cgi-bin/dsearch>
  order deny,allow
  deny from all
  allow from localhost
  Options Indexes FollowSymLinks MultiViews
</Location>

<Location /cgi-bin/dhelp_fetcher>
  order deny,allow
  deny from all
  allow from localhost
  Options Indexes FollowSymLinks MultiViews
</Location>