/etc/apache2/conf-available/sitesummary.conf is in sitesummary 0.1.28+deb9u1.
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 10 11 12 13 14 | #
# New URL http://<host>/sitesummary/ listing the current statistics, and
# http://<host>/cgi-bin/sitesummary-collector.cgi to receive submissions.
#
Alias /sitesummary /var/lib/sitesummary/www
<Directory /var/lib/sitesummary/www>
AllowOverride None
Options +SymLinksIfOwnerMatch -MultiViews
# everyone have access
Require all granted
</Directory>
|