News Feed
Jobs Feed
Sections




News Archive
PHPImpact Blog:
Run PHP scripts with different users on the same server
August 12, 2008 @ 09:31:52

On the PHP::Impact blog Federico has posted a sort of reminder about a method you can use to run PHP scripts as different users on the same system - suPHP.

suPHP is a tool for executing PHP scripts with the permissions of their owners. It consists of an Apache module (mod_suphp) and a setuid root binary (suphp) that is called by the Apache module to change the uid of the process executing the PHP interpreter.

suPHP runs as an Apache module and works with the local server's permission system to restrict script access to whatever the user's allowances are. He links to this tutorial for more information on setting it up.

0 comments voice your opinion now!
suphp script apache module user permission


blog comments powered by Disqus

Similar Posts

PHPied.com: phpDoc clip library for TextPad

DevShed: User Management in a PHP Invoicing System

Alex Netkachov's Blog: Jamp! is Updated

DevShed: Validating User Input with the Strategy Pattern

Paul Reinheimer's Blog: Open the field to find the paths


Community Events









Don't see your event here?
Let us know!


composer opinion phpunit object api community example testing language unittest podcast framework release tool code zendframework2 introduction interview database development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework