This file is indexed.

/etc/gforge/httpd.conf.d/plugin-generic.inc is in gforge-web-apache2 5.1.1-2.

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
ScriptAliasMatch ^/plugins/([^/]*)/cgi-bin/(.*) /usr/share/gforge/plugins/$1/cgi-bin/$2

Alias /anonscm/ /var/lib/gforge/chroot/scmrepos/

<DirectoryMatch /var/lib/gforge/chroot/scmrepos/[^/]*>
  Options -Indexes
</DirectoryMatch>
<DirectoryMatch /var/lib/gforge/chroot/scmrepos/[^/]*/.*>
  Options +Indexes
</DirectoryMatch>