File: apache.conf

package info (click to toggle)
sitesummary 0.1.61
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 580 kB
  • sloc: perl: 1,929; sh: 805; makefile: 86
file content (14 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (8)
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>