I have setup WebDAV. I am able to connect via https through
basic authentication. My only problem is that it says,

        500 Internal Server Error

when I try to edit. My permission are the same for the filesystems
as it is for the apache server. Here is the config ...

DavLockDB /var/apache2-dav/DavLock

<Location /dav>
        Dav On

        AuthType Basic
        AuthName DAV
        AuthUserFile /var/apache2/file
        DavMinTimeout 600
        DavDepthInfinity off

        <LimitExcept GET OPTIONS>
                require user admin
        </LimitExcept>
</Location>



Any ideas???

Thanks,

LDB

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to