Re: [PHP] POSIX seteuid and similar

2003-07-21 Thread Doug La Farge
ot; <[EMAIL PROTECTED]> Newsgroups: php.general To: <[EMAIL PROTECTED]> Sent: Monday, July 21, 2003 5:08 AM Subject: Re: [PHP] POSIX seteuid and similar * Thus wrote David Goodchild ([EMAIL PROTECTED]): Hi, I am trying to create a small php program where I can control users processes. As far

Re: [PHP] POSIX seteuid and similar

2003-07-21 Thread David Goodchild
do I setuid a CGI script? ...surely if i access it through the browser it will still execute as apache? Cheers - Original Message - From: "Curt Zirzow" <[EMAIL PROTECTED]> Newsgroups: php.general To: <[EMAIL PROTECTED]> Sent: Monday, July 21, 2003 5:08 AM Subject:

Re: [PHP] POSIX seteuid and similar

2003-07-20 Thread Curt Zirzow
* Thus wrote David Goodchild ([EMAIL PROTECTED]): > Hi, > > I am trying to create a small php program where I can control users > processes. As far as I see I require Apache to run as root in order to do > this (Note: I wish to access it via a webpage run through a browser). At > the moment all

[PHP] POSIX seteuid and similar

2003-07-20 Thread David
Hi, I am trying to create a small php program where I can control users processes. As far as I see I require Apache to run as root in order to do this (Note: I wish to access it via a webpage run through a browser). At the moment all pages are executed as user 'apache' (UID #48 in this case). Ot

[PHP] POSIX seteuid and similar

2003-07-20 Thread David Goodchild
Hi, I am trying to create a small php program where I can control users processes. As far as I see I require Apache to run as root in order to do this (Note: I wish to access it via a webpage run through a browser). At the moment all pages are executed as user 'apache' (UID #48 in this case). Ot