File: apache.conf

package info (click to toggle)
sitesummary 0.1.28%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 488 kB
  • sloc: perl: 1,765; sh: 802; makefile: 84
file content (14 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (7)
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>