This is a discussion on Apache: mod_webdav does not show all files and umask problem within the Linux Web Servers forums, part of the Web Server and Related Forums category; Hi together, I compiled and integrated mod_webdav in Apache 1.3.33. I added to the httpd.conf: LoadModule dav_module ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi together,
I compiled and integrated mod_webdav in Apache 1.3.33. I added to the httpd.conf: LoadModule dav_module libexec/libdav.so AddModule mod_dav.c [Is both necessary?] [Warum brauche ich beides? Oder reicht eine dieser Direktiven?] DAVLockDB /usr/local/apache/var/DAVLock [has enoughts rights to read and write] DAVMinTimeout 600 <Directory "/usr/local/apache/htdocs/tests"> DAV on <LimitExcept GET HEAD OPTIONS> AuthType Basic AuthName WEBDAV AuthUserFile /usr/local/apache/conf/webdav require valid-user </LimitExcept> </Directory> It is working well. Users can login and down- and upload files. Both there still 2 problems. 1. Although all files have the same rights (I tried at least 666), the user can see only some of them. Which? I could not find any rule. Just some files are displayed, others not. 2. The user can't delete or modify files uploaded by himself. Because fo the umask 177 of nobody. But where can I change this? "nobody"'s home is "/noexistent". Thank you for tips, Bernd -- BM Computer-Services, Bergmannstr. 66, 10961 Berlin Webdesign, Internet, Layout und Grafik Tel.: 030/20649400, mobil 0175/7419517, Fax: 030/20649401 Web: http://www.bmservices.de, eMail: kontakt@bmservices.de |
| Thread Tools | |
| Display Modes | |
|
|