/etc/apache2/conf-available/dpkg-www.conf is in dpkg-www 2.57.
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 | # Apache config for dpkg-www
# Disable execution of dpkg from remote hosts
<Location /cgi-bin/dpkg>
require local
# require ip 192.168.0
</Location>
# End dpkg-www config
|