Dominik Westner
2002-05-31 11:41:01 UTC
Hi all,
this is driving me crazy.
I have an apache 2.0.36 running on MOSX. I have enabled webdav and the
following entry within a virtual host in my httpd.conf:
DocumentRoot "/Work/WebServer/Documents/Robots"
DavLockDB /Work/WebServer/DavLock/DavLock
DAVMinTimeout 600
DAVDepthInfinity On
<Location />
Options Indexes
Dav On
AuthType Basic
AuthName "Robots area - stay back"
AuthUserFile conf/user.passwd
AuthGroupFile conf/group
<Limit PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK
UNLOCK>
Require group robots
</Limit>
</Location>
The server is running as user www and /Work/WebServer/Documents/Robots
is read and writeable by www.
It works perfectly with a dav client like SkunkDAV. I can read, write,
delete documents on the server.
HOWEVER when I try to mount the webdav share with the finder it will
ALWAYS mount it read-only. I have no idea why (even if I try to mount it
in the terminal with mount_webdav -o rw <url> <mount point>)
Here is what mount is giving me:
[icebox:/tmp] westner% mount
www.myserver.com/ on /Volumes/www.myserver.com (nodev, noexec, nosuid,
read-only, mounted by westner)
Does anybody know why this would happen?
Thanks
Dominik
this is driving me crazy.
I have an apache 2.0.36 running on MOSX. I have enabled webdav and the
following entry within a virtual host in my httpd.conf:
DocumentRoot "/Work/WebServer/Documents/Robots"
DavLockDB /Work/WebServer/DavLock/DavLock
DAVMinTimeout 600
DAVDepthInfinity On
<Location />
Options Indexes
Dav On
AuthType Basic
AuthName "Robots area - stay back"
AuthUserFile conf/user.passwd
AuthGroupFile conf/group
<Limit PUT POST DELETE PROPFIND PROPPATCH MKCOL COPY MOVE LOCK
UNLOCK>
Require group robots
</Limit>
</Location>
The server is running as user www and /Work/WebServer/Documents/Robots
is read and writeable by www.
It works perfectly with a dav client like SkunkDAV. I can read, write,
delete documents on the server.
HOWEVER when I try to mount the webdav share with the finder it will
ALWAYS mount it read-only. I have no idea why (even if I try to mount it
in the terminal with mount_webdav -o rw <url> <mount point>)
Here is what mount is giving me:
[icebox:/tmp] westner% mount
www.myserver.com/ on /Volumes/www.myserver.com (nodev, noexec, nosuid,
read-only, mounted by westner)
Does anybody know why this would happen?
Thanks
Dominik