summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Woods <wwoods@redhat.com>2009-03-04 18:32:27 -0500
committerWill Woods <wwoods@redhat.com>2009-03-04 18:32:27 -0500
commit01bc5e1e6786cd0e5c91c531272f4f977877d408 (patch)
tree91a1e6fc4c606f28decbdf278075995cb29a1f94
parentaa9b1df52b0c6136193e2fa92633f88ff1923995 (diff)
downloaddebuginfofs-01bc5e1e6786cd0e5c91c531272f4f977877d408.tar.gz
debuginfofs-01bc5e1e6786cd0e5c91c531272f4f977877d408.tar.xz
debuginfofs-01bc5e1e6786cd0e5c91c531272f4f977877d408.zip
Fix up dav-debuginfo.conf
-rw-r--r--dav-debuginfo.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/dav-debuginfo.conf b/dav-debuginfo.conf
index aa91cf0..19f7758 100644
--- a/dav-debuginfo.conf
+++ b/dav-debuginfo.conf
@@ -7,15 +7,16 @@ LockFile /var/lock/debuginfofs-server
LogLevel crit
#LogLevel info
ErrorLog /var/log/debuginfofs-server.log
+Listen 3309 # I had this idea on March 3 2009, so.. yeah
DAVLockDB lock
LimitXMLRequestBody 100000
LoadModule dav_module /etc/httpd/modules/mod_dav.so
LoadModule dav_fs_module /etc/httpd/modules/mod_dav_fs.so
+LoadModule authz_host_module /etc/httpd/modules/mod_authz_host.so
-Alias /debuginfofs /var/www/debuginfofs
-<Location "/debuginfofs">
+<Directory "${DEBUGINFOFS_EXPORTDIR}">
DAV On
<LimitExcept GET HEAD OPTIONS PROPFIND>
Order allow,deny
@@ -24,7 +25,7 @@ Alias /debuginfofs /var/www/debuginfofs
#If you enable Indexes on a public site, the first spider that crawls
#this filesystem could unpack every RPM you have. Use with caution.
#Options Indexes
-</Location>
+</Directory>
# These may need tuning for a public instance..
StartServers 1