File: apache.conf

package info (click to toggle)
apt-cacher 1.7.32
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 552 kB
  • sloc: perl: 4,539; sh: 162; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
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>