This file is indexed.

/etc/apache2/conf-available/pnopaste.conf is in pnopaste 1.5-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
Alias /pnopaste /usr/share/pnopaste

<Directory /usr/share/pnopaste>
	AllowOverride   all
	DirectoryIndex  index.pl
	AddHandler      cgi-script .pl
	Options         ExecCGI
</Directory>