On 9/12/07, Michaël Cadilhac <michael@xxxxxxxxxxxxx> wrote: > michael@xxxxxxxxxxxxx (Michaël Cadilhac) writes: > > > "Joshua Slive" <joshua@xxxxxxxx> writes: > > > >> On 9/10/07, Michaël Cadilhac <michael@xxxxxxxxxxxxx> wrote: > > > >>> « The /webdav directory of each VirtualHost has DAV On »? > > > >> Sure. Just put that <Location> section in the main server config > >> (outside any <VirtualHost> section) and it will be inherited by all > >> vhosts. > > > > Aaah, THAT simple! Thanks for having taken the time to answer such a > > n00b question:-) > > Oh, and while I'm at it, ... My provider offers ssh access to the > accounts, and everyone can access my files if I put them with the wrong > rights. Problem is, those lazy administrators will add the <Location> > lines, but the only way to make my ~/www/webdav directory writable for > httpd is to use a o+w right. > > (I can't suppose that o+w excludes other regular users, as each user has > a different group.) > > Do you know another way to avoid such an heresy? You can check the Group directive used in httpd.conf and give write permissions to that group. But in general, mod_dav is not an appropriate tool for mixed file-system and web access. It expects to have complete and private control of the directories that it is using. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx