Hi Rene
Just tried et out. It still uploaded and saved the file as apache:apache ?
---------------------------------------
Thomas Jensen
---------------------------------------
----- Original Message -----
From: "René MÍsted" <molsted (at mark) iweb.dk>
To: <coba-e (at mark) bluequartz.org>
Sent: Wednesday, July 30, 2008 8:47 PM
Subject: [coba-e:13638] Re: apache suexec
>> Hi All Blues,
>>
>> Has anyone successfully managed to run apache with suexec, so that the
>> settings on files uploaded and created within php are owned by the site
>> admin for the individual sites on the system.
>>
>> Now they always are owned by
>> apache:apache
>>
>> It should be possible to make apache/php save files so that they are
>> owned
>> by
>> someadminuser:site29
>>
>> Any pointers would be greatly appreciated :)
>
>
> Hi Thomas
> I suppose you could use the include-files automatically created.
> Try this (not tested, though)
>
> Insert in /etc/httpd/conf/vhosts/site29.include:
> SuexecUserGroup someadminuser site29
>
> Restart httpd:
> /etc/init.d/httpd restart
>
>
> --
> Rene
>
>