summaryrefslogtreecommitdiffstats
path: root/dav-debuginfo.conf
blob: 40f6ee47fdb2f5b8b3494329647d27de7a84d7fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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">
  #If you enable this on a public site, the first spider that crawls
  #this filesystem could unpack every RPM you have. Use with caution.
  #Options Indexes
  DAV On
  <LimitExcept GET HEAD OPTIONS PROPFIND>
    Order allow,deny
    Deny from all
  </LimitExcept>
</Location>
#</LocationMatch>