summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2009-02-04 16:34:02 -0500
committerWill Woods <wwoods@redhat.com>2009-02-04 16:34:02 -0500
commit312d5db28740483224b0a87c335cc64cd4e58769 (patch)
treec903cc108768c3c11ecddcf74a1164d283af61ce
parent2ecf0be66fb9d299903e6528b5c1b6187272d9bf (diff)
downloaddebuginfofs-312d5db28740483224b0a87c335cc64cd4e58769.tar.gz
debuginfofs-312d5db28740483224b0a87c335cc64cd4e58769.tar.xz
debuginfofs-312d5db28740483224b0a87c335cc64cd4e58769.zip
Fix options a bit, and add a note about Options Indexes
-rw-r--r--dav-debuginfo.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/dav-debuginfo.conf b/dav-debuginfo.conf
index f1c9160..40f6ee4 100644
--- a/dav-debuginfo.conf
+++ b/dav-debuginfo.conf
@@ -7,7 +7,9 @@
Alias /debuginfofs /var/www/debuginfofs
<Location "/debuginfofs">
- AllowOverride None
+ #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