I am going to give an extra access for users on the Linux box to their files through WebDav using apache2 and dav, dav_fs modules. But found that all files are created by web server owner. Is it possible to achieve my goal and be able to do following:
1) make all user's dirs accessible using their login/pass 2) make files created under current user's name and group
Is it even possible in apache? Or it's so monolithic and doesn't even care about per user WebDAV?
Any alternatives will be also appreciated.
Thanks.