apache   webdav   读写权限设置

apache   webdav   读写权限设置

我以web 文件夹方式打。打开word文件。修改后。不能保存到服务器上。说只能读
我要怎设置httpd.conf文件 谢谢!(我的apache 服务是在 window 运行的。
要添加 webdev 模块...
up
up
up
webdev 模块怎么添加哎! 能贴出代码吗?
http://www.google.com/search?hl=en&newwindow=1&q=apache+webdav&btnG=Search

and

http://httpd.apache.org/docs/2.0/mod/mod_dav.html
我的配置文件:   哪里有问题?谢谢
DavLockDB   "C:/Program   Files/Apache   Software   Foundation/Apache2.2/DAVLock "

Alias   /load   "C:/Program   Files/Apache   Software   Foundation/Apache2.2/load "

<Directory   "C:/Program   Files\Apache   Software   Foundation/Apache2.2/load ">
        Dav   On

        Order   Allow,Deny
        Allow   from   all
       
Options   Indexes   FollowSymLinks   MultiViews  
        AuthType   Basic
        AuthName   load
        #   You   can   use   the   htdigest   program   to   create   the   password   database
        AuthUserFile   "C:/Program   Files/Apache   Software   Foundation/Apache2.2/DavPwd/user.pwd "

        #Allow   universal   read-access,   but   writes   are   restricted
        #   to   the   admin   user.
        #   The   LimitExcept   must   have   PROPFIND   privilege
        <LimitExcept   GET   PROPFIND   OPTIONS   DELETE>
                #The   username   format   should   be   xu_email2004@163.com
                require   user   xu_email2004@163.com
        </LimitExcept>
</Directory>
还没有解决哎
ding