Re: safely running php scripts

2003-06-03 Thread Matt Heath
Maarten de Vries wrote: Hi, I would like the php scripts that are hosted on my Apache server (FreeBSD 4.8), to run under the UID/GID's that belong to the useraccounts in question; not the webservers'. Before, I patched Apache so it ran php's under SuExec, but now the php standalonebinary port

Re: safely running php scripts

2003-06-03 Thread Tuc
> > AFAIK this is the closest PHP gets to running a script under the same > UID/GID as the user/group that owns the script. > You can also check out CGI-WRAP. (The one in ports is too old.) http://cgiwrap.unixtools.org/ Tuc/TTSG Internet Services, Inc. __

Re: safely running php scripts

2003-06-03 Thread Jez Hancock
On Mon, Jun 02, 2003 at 04:18:02PM +0200, Maarten de Vries wrote: > Hi, > > I would like the php scripts that are hosted on my Apache server (FreeBSD > 4.8), to run under the UID/GID's that belong to the useraccounts in > question; not the webservers'. > Before, I patched Apache so it ran php's