LoadModule dav_module modules/libdav.so ## note I missed this last time d'oh!
AddModule mod_dav.c
DAVLockDB /var/run/DAVLock
AddType application/x-httpd-php .php .php3 .phtml
AddType application/x-httpd-php-source .phps
DAV on
Make sure these exist after you "service http-e-smith restart"
-rw-rw---- 1 www www 0 Oct 26 18:52 DAVLock.dir
-rw-rw---- 1 www www 0 Oct 26 18:52 DAVLock.pag
I've added DAV on to all ibays with dynamic content enabled, but not accessable ot the internet, for security reasons. I then use a cronjob to move things around... talk about paranoid

It was a while ago, so I may have kludged this, but it does work with Basic Auth under Adobe GoLive.
Sorry I missed that line, coder hat doesn't work well with support hat ^_^
Craig Foster