There's three modes of operation: owner, forced, and paranoid. The default mode is owner, which means that suphp changes to the credentials of the owner/group of the PHP script itself prior to executing the PHP interpreter.
-- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | On Sun, Dec 16, 2007 at 02:08:55PM -0600, Jeff Donchez wrote: > "owner mode"? you mean forced? that's how I currently have it.. was > just wondering if there was another way to do it.. not a big deal.. was > just hoping.. :) > > On 12/16/2007 2:05:29 PM, Jeremy Chadwick ([EMAIL PROTECTED]) wrote: > > As far as I know, there > > isn't any way to do this (no code for it in > > suphp). Have you considered using "owner" mode instead? > > > > -- > > | Jeremy Chadwick jdc at parodius.com > | > > | Parodius Networking http://www.parodius.com/ > | > > | UNIX Systems Administrator Mountain View, CA, USA > | > > | Making life hard for others since 1977. PGP: 4BD6C0CB > | > > > > On Sun, Dec 16, 2007 at 01:22:49PM -0600, Jeff Donchez wrote: > > > I have a script that I'm > > writing > > that's centralized on the server and > > > is allowed to be executed by any domain on the server.. but suPHP > > > doesn't > > like the fact that it is configured that way, it errors out > > > when trying to run it because it's not owned by the user/group that's > > > trying to execute it. can I disable "paranoid" on a specific > > > directory? or tell suPHP not to test a certain directory? > > > > > > > > > > > > \=/, _( > > > > > \=/, _( > | @___oo ( Jeff Donchez > /\ /\ / (___,,,}_--= 435 19th Street. > ) /^\) ^\/ _) =__ Windom, MN. 56101 > ) /^\/ _) (_ > ) _ / / _) (_ [EMAIL PROTECTED] > /\ )/\/ || | )_) (_ > < > |(,,) )__) > || / \)___)\ Virtutis Gloria Merces > | \____( )___) )___ (Glory is the Reward of Valor) > \______(_______;;; __;;; _______________________________________________ suPHP mailing list [email protected] http://lists.marsching.biz/mailman/listinfo/suphp
