aboutsummaryrefslogtreecommitdiffstats
path: root/apache.conf
blob: a1a6368385f9f177aedfb378bf2c49b644ed1697 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# 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
ScriptAlias /cgi-bin/sitesummary-collector.cgi /usr/share/sitesummary/cgi-bin/sitesummary-collector.cgi

<Directory /var/lib/sitesummary/www>
    AllowOverride None
    Options +SymLinksIfOwnerMatch -MultiViews

    # allow only localhost per default
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1
</Directory>