Private WebDAV folder not working, yet Public WebDAV folder works.

Private WebDAV folder not working, yet Public WebDAV folder works.

am 05.07.2007 08:46:24 von Adam Malcontenti-Wilson

Hi,
I was looking if any one could assist me in finding the problem in my
SSL server.
I have two folders one /uploads/private and /uploads/public .
I can successfully authenticate using Digest on both (in a web
browser).
WebDAV seems to work on the public directory, yet not on the private
directory.

My configuation is below:
DavLockDB "C:/Program Files/Apache Software Foundation/Apache2.2/var/
DavLock"
Alias /uploads "C:/Program Files/Apache Software Foundation/Apache2.2/
uploads"
uploads/public">
Dav On
Order Allow,Deny
Allow from all
Options Indexes
AuthType Digest
AuthName DAV-upload
AuthUserFile "C:/Program Files/Apache Software Foundation/
Apache2.2/user.passwd"
# Allow universal read-access, but writes are restricted to the
admin user.

require user admin



uploads/private">
Dav On
Order Deny,Allow
Deny from all
Allow from .au 192.168.
Options Indexes
AuthType Digest
AuthName DAV-upload-private
AuthUserFile "C:/Program Files/Apache Software Foundation/
Apache2.2/davprivateusers.passwd"
# require admin user for read & write
Require user admin