This file is indexed.

/usr/share/doc/libapache2-mod-auth-plain/examples/.htaccess is in libapache2-mod-auth-plain 2.0.50ubuntu2.

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
Deny from all
AuthType basic
AuthName "Plain htpasswd"
AuthPlainUserFile /usr/share/doc/libapache2-mod-auth-plain/examples/.htpasswd
Require valid-user
Satisfy any