# Export debuginfo as a readonly DAV share # See also: /usr/share/gnome-user-share/dav_user.conf ServerRoot ${DEBUGINFOFS_EXPORTDIR} DocumentRoot ${DEBUGINFOFS_EXPORTDIR} PidFile /var/run/debuginfofs-server.pid LockFile /var/lock/debuginfofs-server DAVLockDB /var/lock/debuginfofs-server.davlock LogLevel crit #LogLevel info ErrorLog /var/log/debuginfofs-server.log # I had this idea on March 3 2009, so... 3309 Listen 3309 # XXX maybe we should have a special debuginfofs user for this? User nobody 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 DAV On Order allow,deny Deny from all #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 # These may need tuning for a public instance.. StartServers 1 MaxClients 3 MinSpareServers 1 MaxSpareServers 1 MinSpareThreads 1 MaxSpareThreads 1 ThreadsPerChild 3 MinSpareThreads 1 MaxSpareThreads 1 ThreadsPerChild 3