summaryrefslogtreecommitdiffstats
path: root/dav-debuginfo.conf
blob: f1c9160e0c1678676f2b08ade42370d2b0aea883 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Export debuginfo as a readonly DAV share
# See also: /usr/share/gnome-user-share/dav_user.conf

#Alias /debuginfofs/src /var/www/debuginfofs/src
#Alias /debuginfofs/lib /var/www/debuginfofs/lib
#<LocationMatch "/debuginfofs/(src|lib)">

Alias /debuginfofs /var/www/debuginfofs
<Location "/debuginfofs">
  AllowOverride None
  DAV On
  <LimitExcept GET HEAD OPTIONS PROPFIND>
    Order allow,deny
    Deny from all
  </LimitExcept>
</Location>
#</LocationMatch>