WEBDAV(8) NAME webdav SYNOPSIS webdav DESCRIPTION Webdav is a CGI handler that are used for Pegasus EAMPLE The example below is from mine. Let $web be a http root of Pegasus --- $web/etc/handler --- # suffix mimetype hctl execpath arg ... /dav - * /bin/webdav /doc /dav/* - * /bin/webdav /doc /ardav - * /bin/webdav /dav /ardav/* - * /bin/webdav /dav ------------------------ The last field is the place where the documents are located. /doc is the public space /dav (or others) is a private space. You need to have $web/dav They are accessed as follow: http://ar.aichi-u.ac.jp/dav http://ar.aichi-u.ac.jp/ardav SEE ALSO You will find detailed description in http://plan9.aichi-u.ac.jp/pegasus/eman-2.8/handler.html