This file is indexed.

/etc/apt-cacher/apache.conf is in apt-cacher 1.7.11.

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
Alias /apt-cacher /usr/share/apt-cacher/apt-cacher-cgi.pl

<DirectoryMatch /usr/share/apt-cacher/>
	Options ExecCGI
	AddHandler cgi-script .pl
	AllowOverride None
	order allow,deny
	allow from all
</DirectoryMatch>