[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
write prob in webdav
- From: "azeem ahmad" <azeem81 msn com>
- To: fedora-list redhat com, users httpd apache org
- Cc:
- Subject: write prob in webdav
- Date: Wed, 01 Mar 2006 15:57:31 +0000
hi list
i have configured webdav, its working well while copying or reading the
contents, but its not writing or deleting any file, y is that so.
apache is working as user apache
below is the config
Alias /webdav/ "/var/www/webdav/"
<Directory /var/www/webdav>
DAV on
AuthType Basic
AuthName "WebDAV Storage"
AuthUserFile /etc/httpd/passwd/passwd.dav
AuthMySQLEnable off
</Directory>
<Directory /var/www/webdav/must/>
Options All
require user must
</Directory>
and below is dir permissions
drwxr-x--- 2 apache apache 4096 Nov 28 02:32 must
Regards
Azeem
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]