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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2026 The PHP Group
All rights reserved.
Last updated: Thu Jun 18 04:00:01 2026 UTC