aboutsummaryrefslogtreecommitdiffstats
path: root/apache.conf
blob: 45193e7b3904834f971b4ef54a7281bafb7ef35a (plain)
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>