This file is indexed.

/etc/fusionforge/httpd.conf.d/plugin-generic.inc is in fusionforge-web 6.0.5-2ubuntu1.

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

The actual contents of the file can be viewed below.

1
2
3
4
ScriptAliasMatch ^/plugins/([^/]*)/cgi-bin/(.*) ${FF__core__plugins_path}/$1/cgi-bin/$2
<DirectoryMatch ${FF__core__plugins_path}/[^/]*/cgi-bin/>
  Include ${FF__core__config_path}/httpd.conf.d/auth-main.inc
</DirectoryMatch>