This file is indexed.

/etc/fusionforge/httpd.conf.d/plugin-authhttpd.inc is in fusionforge-plugin-authhttpd 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
5
6
7
8
9
<Location ${FF__core__url_prefix}/plugins/authhttpd/post-login.php>
  # You'll need to customize the following according to your needs

  AuthType Basic
  AuthName "Forge Authentication"

  AuthUserFile ${FF__core__config_path}/authhttpd.authfile
  Require valid-user
</Location>