mukesh.annamalai DeleteThis @vwebsol.com (Mukesh) wrote in message news:<5cc75c0e.0403100411.2d1d4495 DeleteThis @posting.google.com>...
> mukesh.annamalai DeleteThis @vwebsol.com (Mukesh) wrote in message news:<5cc75c0e.0403090507.42980ff2 DeleteThis @posting.google.com>...
> > I have problem in Writing to Mounted File system, I am using Redhat 9 with DAV On.
> > I have mounted Windows NTFS shared folder in Redhat. Any ideas are welcome.
> >
> > Thanks in advance.
>
> I am still struck here ... i have attached my ssl.conf portion of DAV
> config..
>
> Redhat Linux 9
> Apache 2.0.48 with webdav and SSL
>
> Alias /usr /mnt/backup
> DAVMinTimeout 800
> DavLockDB /tmp
> <Directory /usr>
> DAV On
> AllowOverride None
> AuthType Basic
> AuthName "Webdav"
> AuthUserFile /export/htpasswd.txt
> Require user blr
> <LimitExcept POST PUT GET DELETE PROPFIND PROPPATCH MKCOL MOVE OPTIONS
> LOCK UNLOCK
> </LimitExcept>
> </Directory>
>
> I am able to GET the file , but unable to PUT the file, the folder has
> all the required rights and i am anble to write from OS.
>
> Any ideas are welcome
I am able to write the files now, it was basically problem with the
permisson of
Passowrd file and lock database, now <limit> and <LimitExcept> is not
working, can any one brief how to use these directives to restrict
access from two different users.<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: WebDav ..Having problem in Writing to shared windows file..