Re: [users@httpd] changing owner:group of uploaded data

2012-03-05 Thread Wolfgang Laun
ss is controlled by a program that you > control, so you can add any security that you wish. I'd start by having the > program verify that it is, indeed, running under the apache userid, > whatever that is in your case. > > On 4 March 2012 21:57, Mark Montague wrote: > &

[users@httpd] changing owner:group of uploaded data

2012-03-04 Thread Wolfgang Laun
A CGI script creates a file; it should also change it's "natural" owner and group (daemon.daemon) to the one of the (authenticated) requesting user. Several users should be able to do that. Having read the Apache 2.4 documentation on Suexec I have the impression that this isn't possible at all. Is