[Leaplist] webDAV setup

Dan Cherry dscherry at bellsouth.net
Thu Dec 21 21:32:24 EST 2006


Hi,
I'm trying to set up webDAV on a debian apache2 server. Most of it's 
going well, but the how-to I'm working from 
(http://www.groupedia.com/tech/shared_bookmarks.html)
offers the following config file, which gives errors.

it sez...
--------------------------------
set up the directory for webdav

     * create the following file in /etc/apache2/conf.d/bookmarks-dav

Alias /bookmarks-dav /var/www/bookmarks-dav <Directory 
/var/www/bookmarks-dav/> DAV On AuthType Basic AuthName "DAV" 
AuthUserFile /etc/httpd-passwd Require user yourLoginName 
</Directory> <Directory 
/var/www/bookmarks-dav/yourLoginName/> require user yourLoginName 
</Directory>
--------------------------------
This sorta makes sense, but not in any way I can say is right or wrong.

Does anyone have a webDAV server running on apache2?  If so, would you 
be willing to share a copy of your /etc/apache2/conf.d/xxxxxx-dav  file, 
  (or whatever you called it).

thanks,
-- 
Dan Cherry
dscherry (@) bellsouth.net

Finding a solution to a problem doesn't solve the problem...
Implementing the solution solves the problem.


More information about the Leaplist mailing list