[PHP] php script ownership

2001-09-25 Thread Adam Plocher

Is there anyway I could make a PHP script run as the user that owns the
script?



Re: [PHP] php script ownership

2001-09-25 Thread Steve Werby

Adam Plocher [EMAIL PROTECTED] wrote:
 Is there anyway I could make a PHP script run as the user that owns the
 script?

Yes.  Run it in CGI standalone mode.  That's the default method for
installing PHP, though it's probably not how yours is intalled.  There was a
thread a few hours ago which described how to install and run in this mode.
Just set the script's owner to the desired user and that's who it will run
as.

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]