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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jss at evcom dot net
New email:
PHP Version: OS:

 

 [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: Sun May 19 15:01:31 2024 UTC