php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #3324 Different uids for different Apache virtualhosts
Submitted: 2000-01-26 16:30 UTC Modified: 2000-08-05 00:43 UTC
From: jss at evcom dot net Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 3.0.14 OS: Linux
Private report: No CVE-ID: None
 [2000-01-26 16:30 UTC] jss at evcom dot net
On a multi-user, multiple virtualhost system, it would be nice if php3 scripts could "run" with the permissions of a different user for each site.  Apache supports this, with CGIs, via suexec.  This allows different customer's content to be completely isolated, while allowing them to create/modify their own files without being able to modify/delete other customer's data (it also does away with the need for 0777 directories, and the like).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-05 00:43 UTC] hholzgra@php.net
this is simply not possible with apache modules,
if you need this you have to stay with CGIs and suexec
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 28 23:01:31 2024 UTC