[us...@httpd] Re: mod_dav - practical use

2010-10-12 Thread Hajo Locke
Hello, http://wiki.apache.org/httpd/ExtendingPrivilegeSeparation ahh,thanks a lot for your help. now i can go on... Thanks, Hajo - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.

Re: [us...@httpd] Re: mod_dav - practical use

2010-10-10 Thread Igor Galić
- "hajo locke" wrote: > Thanks for your help. > >> The obvious answer, of course, is to run httpd ;) > may be i misunderstood something... at first line is apache which > redirects dav-requests coming on special port or alias by > reverse-proxy to a backend which is able to read/write within

[us...@httpd] Re: mod_dav - practical use

2010-10-10 Thread hajo . locke
Thanks for your help. >> The obvious answer, of course, is to run httpd ;) may be i misunderstood something... at first line is apache which redirects dav-requests coming on special port or alias by reverse-proxy to a backend which is able to read/write within users folder (doing the dav-stuff i

Re: [us...@httpd] Re: mod_dav - practical use

2010-10-10 Thread Igor Galić
- "hajo locke" wrote: > >> It's not so much a trick.. You reverse-proxy DAV (write) requests > to a > >> back-end which is running on an unprivileged port, as an > unprivileged > >> user, who has the permission to do writes on the FS. > > ahh, sure... but i would need a new backend for ever

[us...@httpd] Re: mod_dav - practical use

2010-10-09 Thread hajo . locke
>> It's not so much a trick.. You reverse-proxy DAV (write) requests to a >> back-end which is running on an unprivileged port, as an unprivileged >> user, who has the permission to do writes on the FS. ahh, sure... but i would need a new backend for every dav user. which software is recommend f