This file is indexed.

/usr/share/pnopaste/lib/.htaccess is in pnopaste 1.6-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
<IfVersion >= 2.3>
	Require all denied
</IfVersion>
<IfVersion < 2.3>
	Order deny,allow
	deny from all
</IfVersion>