Re: [PHP] Howto Execute PHP as script owner/group without CGI?

2006-03-23 Thread Richard Lynch
On Wed, March 22, 2006 1:21 am, Mathijs wrote: I Want to know if it is possible to execute PHP(5) as the owner/group of the script it self. At the moment saved files get owner and group nobody. When i upload through ftp, it gets the normal owner and group nobody. Is there a way that i can

Re: [PHP] Howto Execute PHP as script owner/group without CGI?

2006-03-22 Thread chris smith
I Want to know if it is possible to execute PHP(5) as the owner/group of the script it self. At the moment saved files get owner and group nobody. When i upload through ftp, it gets the normal owner and group nobody. Is there a way that i can set both owner and group to 'myuser-groupname',

Re: [PHP] Howto Execute PHP as script owner/group without CGI?

2006-03-22 Thread Mathijs
chris smith wrote: I Want to know if it is possible to execute PHP(5) as the owner/group of the script it self. At the moment saved files get owner and group nobody. When i upload through ftp, it gets the normal owner and group nobody. Is there a way that i can set both owner and group to

Re: [PHP] Howto Execute PHP as script owner/group without CGI?

2006-03-22 Thread chris smith
On 3/22/06, Mathijs [EMAIL PROTECTED] wrote: chris smith wrote: I Want to know if it is possible to execute PHP(5) as the owner/group of the script it self. At the moment saved files get owner and group nobody. When i upload through ftp, it gets the normal owner and group nobody. Is

Re: [PHP] Howto Execute PHP as script owner/group without CGI?

2006-03-22 Thread Mathijs
chris smith wrote: On 3/22/06, Mathijs [EMAIL PROTECTED] wrote: chris smith wrote: I Want to know if it is possible to execute PHP(5) as the owner/group of the script it self. At the moment saved files get owner and group nobody. When i upload through ftp, it gets the normal owner and group

Re: [PHP] Howto Execute PHP as script owner/group without CGI?

2006-03-22 Thread chris smith
On 3/22/06, Mathijs [EMAIL PROTECTED] wrote: chris smith wrote: I Want to know if it is possible to execute PHP(5) as the owner/group of the script it self. At the moment saved files get owner and group nobody. When i upload through ftp, it gets the normal owner and group nobody. Is

Re: [PHP] Howto Execute PHP as script owner/group without CGI?

2006-03-22 Thread Mathijs
chris smith wrote: On 3/22/06, Mathijs [EMAIL PROTECTED] wrote: chris smith wrote: I Want to know if it is possible to execute PHP(5) as the owner/group of the script it self. At the moment saved files get owner and group nobody. When i upload through ftp, it gets the normal owner and group

Re: [PHP] Howto Execute PHP as script owner/group without CGI?

2006-03-22 Thread chris smith
On 3/22/06, Mathijs [EMAIL PROTECTED] wrote: chris smith wrote: On 3/22/06, Mathijs [EMAIL PROTECTED] wrote: chris smith wrote: I Want to know if it is possible to execute PHP(5) as the owner/group of the script it self. At the moment saved files get owner and group nobody. When i

Re: [PHP] Howto Execute PHP as script owner/group without CGI?

2006-03-22 Thread Rory Browne
suexec for the perl/cgi or anything_else/cgi for that matter. suphp for PHP. If speed is an issue, then you may like to consider suexec and fastcgi. On 3/22/06, chris smith [EMAIL PROTECTED] wrote: On 3/22/06, Mathijs [EMAIL PROTECTED] wrote: chris smith wrote: On 3/22/06, Mathijs [EMAIL

[PHP] Howto Execute PHP as script owner/group without CGI?

2006-03-21 Thread Mathijs
Hello there, I Want to know if it is possible to execute PHP(5) as the owner/group of the script it self. At the moment saved files get owner and group nobody. When i upload through ftp, it gets the normal owner and group nobody. Is there a way that i can set both owner and group to