> How do I determine with which user's permissions PHP scripts are
> executing?

Generally, if you execute a script through the web server, it's being
executed under the web server's UID.

>
> I am experimenting with suEXEC and running PHPs as CGIs; I need to know
> with which user's permissions PHP scripts are executing.
>

If you chown the PHP script to the web server's userid, that should be
good enough.


-- 
--Matthew Sims
--<http://killermookie.org>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to